README.md
pyproject.toml
src/repo_drift/__init__.py
src/repo_drift/__main__.py
src/repo_drift/cli.py
src/repo_drift/orchestrator.py
src/repo_drift/py.typed
src/repo_drift.egg-info/PKG-INFO
src/repo_drift.egg-info/SOURCES.txt
src/repo_drift.egg-info/dependency_links.txt
src/repo_drift.egg-info/entry_points.txt
src/repo_drift.egg-info/requires.txt
src/repo_drift.egg-info/top_level.txt
src/repo_drift/checks/__init__.py
src/repo_drift/checks/file_pair_hash.py
src/repo_drift/checks/json_schema_compat.py
src/repo_drift/checks/json_semantic_equal.py
src/repo_drift/checks/openapi_compat.py
src/repo_drift/checks/yaml_semantic_equal.py
src/repo_drift/core/__init__.py
src/repo_drift/core/aw_template.py
src/repo_drift/core/check.py
src/repo_drift/core/config.py
src/repo_drift/core/policy.py
src/repo_drift/core/report.py
src/repo_drift/core/runner.py
src/repo_drift/core/snapshot.py
src/repo_drift/core/types.py
src/repo_drift/discover/__init__.py
src/repo_drift/discover/catalog.py
src/repo_drift/discover/consensus.py
src/repo_drift/discover/prompts.py
src/repo_drift/discover/scan.py
src/repo_drift/discover/workflow.py
src/repo_drift/init/__init__.py
src/repo_drift/init/analyze.py
src/repo_drift/init/markdown.py
src/repo_drift/init/overrides.py
src/repo_drift/init/prompts.py
src/repo_drift/init/types.py
src/repo_drift/init/workflow.py
src/repo_drift/llm/__init__.py
src/repo_drift/llm/client.py
src/repo_drift/llm/copilot.py
src/repo_drift/llm/copilot_auth.py
src/repo_drift/llm/openai.py
tests/test_analyze.py
tests/test_aw_template.py
tests/test_build_config.py
tests/test_check.py
tests/test_checks.py
tests/test_cli_providers.py
tests/test_config.py
tests/test_consensus.py
tests/test_discover_workflow.py
tests/test_markdown.py
tests/test_overrides.py
tests/test_policy.py
tests/test_report.py
tests/test_runner.py
tests/test_scan.py