README.md
pyproject.toml
src/watchllm_kernel/__init__.py
src/watchllm_kernel/__main__.py
src/watchllm_kernel/cli.py
src/watchllm_kernel/config_loader.py
src/watchllm_kernel/engine.py
src/watchllm_kernel/models.py
src/watchllm_kernel/parser.py
src/watchllm_kernel/reporting.py
src/watchllm_kernel.egg-info/PKG-INFO
src/watchllm_kernel.egg-info/SOURCES.txt
src/watchllm_kernel.egg-info/dependency_links.txt
src/watchllm_kernel.egg-info/entry_points.txt
src/watchllm_kernel.egg-info/requires.txt
src/watchllm_kernel.egg-info/top_level.txt
src/watchllm_kernel/rules/__init__.py
src/watchllm_kernel/rules/_ast_utils.py
src/watchllm_kernel/rules/auth_flow.py
src/watchllm_kernel/rules/boundary.py
src/watchllm_kernel/rules/forbidden_imports.py
src/watchllm_kernel/rules/secrets.py
tests/test_auth_flow_rule.py
tests/test_benchmarks.py
tests/test_boundary_rule.py
tests/test_cli.py
tests/test_cli_contract.py
tests/test_e2e.py
tests/test_engine.py
tests/test_fixture_corpus.py
tests/test_forbidden_import_rule.py
tests/test_models.py
tests/test_parser.py
tests/test_reporting.py