README.md
pyproject.toml
src/content_guard/__init__.py
src/content_guard/__main__.py
src/content_guard/cli.py
src/content_guard/engine.py
src/content_guard/git_commits.py
src/content_guard/git_scan.py
src/content_guard/n8n_advisory.py
src/content_guard/n8n_validate.py
src/content_guard/policy.py
src/content_guard/pr_draft.py
src/content_guard/pr_prepare.py
src/content_guard/publish_check.py
src/content_guard/report.py
src/content_guard/rules.py
src/content_guard/types.py
src/content_guard.egg-info/PKG-INFO
src/content_guard.egg-info/SOURCES.txt
src/content_guard.egg-info/dependency_links.txt
src/content_guard.egg-info/entry_points.txt
src/content_guard.egg-info/top_level.txt
src/content_guard/detectors/__init__.py
src/content_guard/detectors/opf.py
src/content_guard/policies/openclaw-message.json
src/content_guard/policies/pr-draft.json
src/content_guard/policies/public-content.json
src/content_guard/policies/public-repo.json
tests/test_cli.py
tests/test_engine.py
tests/test_rules.py