Thanks for improving Bouncer.
- Open an issue if the change is substantial or changes the audit contract.
- Keep changes focused. Small PRs review faster and are easier to verify.
- Add or update tests for behavior changes.
python3 -m pytest test_gemini_audit.py test_bouncer_check.py test_bouncer_deep.py -vIf you touch the installer, also verify a clean-home install:
HOME="$(mktemp -d)" bash ./install.sh- Transcript parsing in
gemini-audit.py - Deep audit tool safety in
bouncer-deep.py - Installer changes in
install.sh - README or docs changes that affect copy-paste commands
- Describe what changed and why.
- Include verification steps and results.
- Call out breaking changes or behavior changes in the audit decision path.