LICENSE
README.md
pyproject.toml
src/aetherdialect/__init__.py
src/aetherdialect/_config.py
src/aetherdialect/_contracts_base.py
src/aetherdialect/_contracts_core.py
src/aetherdialect/_core_utils.py
src/aetherdialect/_dialect.py
src/aetherdialect/_expansion_ops.py
src/aetherdialect/_intent_expr.py
src/aetherdialect/_intent_process.py
src/aetherdialect/_intent_repair.py
src/aetherdialect/_intent_resolve.py
src/aetherdialect/_live_testing.py
src/aetherdialect/_main_execution.py
src/aetherdialect/_pipeline.py
src/aetherdialect/_qsim.py
src/aetherdialect/_qsim_ops.py
src/aetherdialect/_schema.py
src/aetherdialect/_schema_profiling.py
src/aetherdialect/_seed_warmup.py
src/aetherdialect/_sql_gen.py
src/aetherdialect/_sql_to_intent.py
src/aetherdialect/_templates.py
src/aetherdialect/_utils.py
src/aetherdialect/_validation_agg.py
src/aetherdialect/_validation_execute.py
src/aetherdialect/_validation_schema.py
src/aetherdialect/_validation_semantic.py
src/aetherdialect/text2sql.py
src/aetherdialect.egg-info/PKG-INFO
src/aetherdialect.egg-info/SOURCES.txt
src/aetherdialect.egg-info/dependency_links.txt
src/aetherdialect.egg-info/requires.txt
src/aetherdialect.egg-info/top_level.txt
tests/test_artifact_lock.py
tests/test_bool_op_combinations.py
tests/test_config.py
tests/test_contracts.py
tests/test_core_utils.py
tests/test_dialect.py
tests/test_expansion_ops.py
tests/test_imports.py
tests/test_intent_expr.py
tests/test_intent_process.py
tests/test_intent_repair.py
tests/test_intent_resolve.py
tests/test_literal_attribution.py
tests/test_live_testing.py
tests/test_main_execution.py
tests/test_migration_diff_driven.py
tests/test_notebook_export_signature.py
tests/test_phase_c_repairs.py
tests/test_pipeline.py
tests/test_programmatic_session_contract.py
tests/test_public_api_surface.py
tests/test_qsim.py
tests/test_qsim_ops.py
tests/test_retryable.py
tests/test_schema.py
tests/test_schema_cache_probe.py
tests/test_schema_diff_apply.py
tests/test_schema_diff_renames.py
tests/test_schema_inference_paths.py
tests/test_schema_profiling.py
tests/test_schema_scope_change.py
tests/test_seed_warmup.py
tests/test_sql_gen.py
tests/test_sql_to_intent.py
tests/test_step26_checklist.py
tests/test_templates.py
tests/test_text2sql.py
tests/test_utils.py
tests/test_validation_agg.py
tests/test_validation_execute.py
tests/test_validation_schema.py
tests/test_validation_semantic.py