CHANGELOG.md
LICENSE
MANIFEST.in
README.md
VERSION.md
pyproject.toml
chirality/__init__.py
chirality/normative_spec.txt
chirality/application/__init__.py
chirality/application/lenses/__init__.py
chirality/application/lenses/catalog_generator.py
chirality/application/lenses/catalog_manager.py
chirality/application/lenses/lens_resolver.py
chirality/application/lenses/overrides_manager.py
chirality/application/phase1/__init__.py
chirality/application/phase1/aggregator.py
chirality/application/phase1/contracts.py
chirality/application/phase1/dialogue_run.py
chirality/application/phase1/dialogue_run_updates.py
chirality/application/phase1/snapshotter.py
chirality/application/phase2/__init__.py
chirality/application/phase2/tensor_engine.py
chirality/application/services/__init__.py
chirality/application/services/cell_computation_service.py
chirality/domain/__init__.py
chirality/domain/budgets.py
chirality/domain/constants.py
chirality/domain/contracts.py
chirality/domain/preflight.py
chirality/domain/pricing.py
chirality/domain/provenance.py
chirality/domain/stations.py
chirality/domain/types.py
chirality/domain/validation.py
chirality/domain/matrices/__init__.py
chirality/domain/matrices/canonical.py
chirality/domain/pipeline/__init__.py
chirality/domain/pipeline/stages.py
chirality/domain/semantics/__init__.py
chirality/domain/semantics/lens.py
chirality/domain/semantics/lens_catalog.py
chirality/domain/semantics/operations.py
chirality/infrastructure/__init__.py
chirality/infrastructure/caching.py
chirality/infrastructure/api/guards.py
chirality/infrastructure/export/__init__.py
chirality/infrastructure/export/neo4j_loader.py
chirality/infrastructure/lenses/__init__.py
chirality/infrastructure/lenses/build.py
chirality/infrastructure/lenses/derive.py
chirality/infrastructure/llm/__init__.py
chirality/infrastructure/llm/budget_resolver.py
chirality/infrastructure/llm/config.py
chirality/infrastructure/llm/mock_resolvers.py
chirality/infrastructure/llm/openai_adapter.py
chirality/infrastructure/llm/repair.py
chirality/infrastructure/monitoring/__init__.py
chirality/infrastructure/monitoring/tracer.py
chirality/infrastructure/prompts/__init__.py
chirality/infrastructure/prompts/json_tails.py
chirality/infrastructure/prompts/registry.py
chirality/infrastructure/prompts/assets/metadata.yml
chirality/infrastructure/prompts/assets/system.md
chirality/infrastructure/semantics/__init__.py
chirality/infrastructure/semantics/resolvers.py
chirality/infrastructure/validation/__init__.py
chirality/infrastructure/validation/json_schema_converter.py
chirality/infrastructure/validation/schemas.py
chirality/interfaces/__init__.py
chirality/interfaces/cli.py
chirality/lib/__init__.py
chirality/lib/logging.py
chirality/postprocessing/markdown_extractor.py
chirality/viewer/__init__.py
chirality/viewer/render.py
chirality_framework.egg-info/PKG-INFO
chirality_framework.egg-info/SOURCES.txt
chirality_framework.egg-info/dependency_links.txt
chirality_framework.egg-info/entry_points.txt
chirality_framework.egg-info/requires.txt
chirality_framework.egg-info/top_level.txt
tests/test_adapter_contract_minimal.py
tests/test_adapter_fallback_minimal.py
tests/test_adapter_kwargs_inspection.py
tests/test_adapter_probe_minimal.py
tests/test_adapter_schema_minimal.py
tests/test_adapter_self_policing.py
tests/test_adapter_usage_fields.py
tests/test_architecture_guards.py
tests/test_budgets.py
tests/test_cache_invalidation.py
tests/test_caching_resume.py
tests/test_clean_transcript.py
tests/test_cli_output_channels.py
tests/test_core_violations_fixed.py
tests/test_d2_adapter_contract.py
tests/test_d2_c_pipeline_integration.py
tests/test_d2_guards.py
tests/test_d2_lens_block.py
tests/test_d2_preflight_parity.py
tests/test_d2_schema_validation.py
tests/test_e2e_orchestrator_responses.py
tests/test_ephemeral_repair.py
tests/test_exporter_smoke.py
tests/test_guard_strict_minimal.py
tests/test_lens_mode_behavior.py
tests/test_lens_system.py
tests/test_lenses.py
tests/test_matrix_c_pipeline.py
tests/test_matrix_c_real.py
tests/test_matrix_c_turn_order.py
tests/test_matrix_f_pipeline.py
tests/test_no_side_effects.py
tests/test_phase1_contracts.py
tests/test_phase1_invariants.py
tests/test_phase2_repro.py
tests/test_pricing_table.py
tests/test_production_comparison.py
tests/test_resilient_adapter.py
tests/test_responses_api_smoke.py
tests/test_resume_robustness.py
tests/test_schema_negatives.py
tests/test_sdk_contract.py
tests/test_streaming_tools_smoke.py
tests/test_strict_structured_outputs.py