Skip to content

v0.1.1 portable path handling

Choose a tag to compare

@xodnr927-byte xodnr927-byte released this 31 May 12:24
· 45 commits to main since this release
2d6bad8

Changes

  • Normalize Windows-style \ manifest paths to / for manifest diffs.
  • Normalize sandbox verification allowlists through the same path boundary.
  • Add regression tests for nested POSIX manifest output, Windows-style manifest diffs, and allowlist matching.
  • Expand README maintainer positioning and CLI path-normalization docs.

Validation

  • Main CI passed on commit 2d6bad8e224b87a3d2ef6a46b0cdbd8bb724b4fa.
  • Local source-tree checks passed with PYTHONPATH=src python3 -m unittest discover -s tests.
  • Leakage audit passed with no project-specific/private markers found outside the CI rule itself.