You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve docstrings, inline comments, and add source references to SECURITY.md
- core.py: clarify TQ scoring logic and in-memory store comments
- sanitizer.py: rename 'Production-Grade' to 'Semantic Privacy Guard™',
expand docstrings for validate_sanitization() and batch_sanitize()
- privacy.py: expand docstrings for batch_apply() and get_config()
- validator.py: remove 'Production-grade' label, expand _score_content()
docstring with normalization details
- handover.py: expand docstrings for _sign_token(), _verify_token(),
_fail_handover(), and _generate_summary() with implementation details
- SECURITY.md: add Source References section linking all main modules
Only readability and documentation improved — no functionality altered.
0 commit comments