.roomodes
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
semantic_predictions.json
setup.py
.roo/rules/00-requirements.md
.roo/rules/01-core-rules.md
.roo/rules/02-document-formats.md
.roo/rules/03-quality-rules.md
.roo/rules/99-tasks.md
bin/ambiguity-auditor
bin/schema-graph-builder
bin/schema-refiner
bin/semantic-predictor
bin/view-generator
config/audit_config.json
config/llm_config.json
config/main_config.json
docs/README.md
docs/api-documentation.md
docs/best-practices.md
docs/troubleshooting.md
docs/usage-examples.md
examples/sample_context.json
schema_refiner/__init__.py
schema_refiner/__version__.py
schema_refiner/cli/schema_graph_builder_cli.py
schema_refiner/core/__init__.py
schema_refiner/core/config.py
schema_refiner/core/exceptions.py
schema_refiner/core/file_utils.py
schema_refiner/core/logging.py
schema_refiner/core/schema_graph.py
schema_refiner/core/similarity.py
schema_refiner/core/transformation_log.py
schema_refiner/tools/__init__.py
schema_refiner/tools/ambiguity_auditor_cli.py
schema_refiner/tools/ambiguity_classifier.py
schema_refiner/tools/audit_report_parser.py
schema_refiner/tools/candidate_generator.py
schema_refiner/tools/db_connector.py
schema_refiner/tools/graph_builder.py
schema_refiner/tools/llm_client.py
schema_refiner/tools/renaming_planner.py
schema_refiner/tools/response_validator.py
schema_refiner/tools/schema_refiner.py
schema_refiner/tools/semantic_predictor.py
schema_refiner/tools/semantic_predictor_cli.py
schema_refiner/tools/sql_parser.py
schema_refiner/tools/view_generator.py
schema_refiner/tools/view_generator_cli.py
schema_refiner_cli.egg-info/PKG-INFO
schema_refiner_cli.egg-info/SOURCES.txt
schema_refiner_cli.egg-info/dependency_links.txt
schema_refiner_cli.egg-info/entry_points.txt
schema_refiner_cli.egg-info/not-zip-safe
schema_refiner_cli.egg-info/requires.txt
schema_refiner_cli.egg-info/top_level.txt
scripts/build.py
scripts/release.py
test_data/academic.sql
test_data/test_config.json
tests/__init__.py
tests/run_integration_tests.py
tests/test_ambiguity_auditor_cli.py
tests/test_ambiguity_classifier.py
tests/test_audit_report_parser.py
tests/test_base.py
tests/test_candidate_generator.py
tests/test_config.py
tests/test_db_connector.py
tests/test_end_to_end.py
tests/test_exceptions.py
tests/test_file_utils.py
tests/test_graph_builder.py
tests/test_integration.py
tests/test_llm_client.py
tests/test_llm_integration.py
tests/test_logging.py
tests/test_renaming_planner.py
tests/test_response_validator.py
tests/test_schema_graph.py
tests/test_schema_graph_builder_cli.py
tests/test_schema_refiner.py
tests/test_semantic_predictor.py
tests/test_semantic_predictor_cli.py
tests/test_similarity.py
tests/test_sql_parser.py
tests/test_transformation_log.py
tests/test_view_generator.py
tests/test_view_generator_cli.py