Skip to content

Releases: scottconverse/tampercheck

tampercheck 0.1.1

Choose a tag to compare

@scottconverse scottconverse released this 04 Aug 17:35

Closes the deletion-justification discoverability gap found in field use: test-deleted findings now print their own remedy (the in-diff marker naming the deleted file — which already worked but was undocumented — or the new flag), and a repeatable --allow KIND:PATHFRAG flag supports one-off runs and workflow-reviewed standing exceptions. A commit-message trailer was considered and rejected: stdin and --pr input modes never see commit messages. 67 tests, mutation proof intact.

🤖 Generated with Claude Code

tampercheck 0.1.0

Choose a tag to compare

@scottconverse scottconverse released this 04 Aug 16:32

First release. Eight detections over unified diffs (Python, JS/TS, Rust, shell/CI YAML); exit codes 0/1/2 with tool-failure provably distinct from findings; inline tampercheck: allow <reason> justification markers; paired flag/clean fixtures with CLI-level mutation proof in CI; patterns tuned against 1,331 real historical commits (1.4% gating rate, ~0.7% measured false positives).

Install: pip install tampercheck — or run without installing: uvx tampercheck --version
PyPI: https://pypi.org/project/tampercheck/0.1.0/

🤖 Generated with Claude Code