LICENSE
README.md
pyproject.toml
aurora_lens/__init__.py
aurora_lens/cli.py
aurora_lens/config.py
aurora_lens/context.py
aurora_lens/lens.py
aurora_lens/log_slice.py
aurora_lens.egg-info/PKG-INFO
aurora_lens.egg-info/SOURCES.txt
aurora_lens.egg-info/dependency_links.txt
aurora_lens.egg-info/entry_points.txt
aurora_lens.egg-info/requires.txt
aurora_lens.egg-info/top_level.txt
aurora_lens/adapters/__init__.py
aurora_lens/adapters/base.py
aurora_lens/adapters/claude.py
aurora_lens/adapters/openai.py
aurora_lens/eval/__init__.py
aurora_lens/eval/harness.py
aurora_lens/eval/mini_evaluator.py
aurora_lens/govern/__init__.py
aurora_lens/govern/attestation.py
aurora_lens/govern/audit_io.py
aurora_lens/govern/bridge.py
aurora_lens/govern/canonical_bridge.py
aurora_lens/govern/cid.py
aurora_lens/govern/decision.py
aurora_lens/govern/forensic_ledger.py
aurora_lens/govern/governor_bridge.py
aurora_lens/govern/policy.py
aurora_lens/govern/scanner_gate_bridge.py
aurora_lens/govern/stream_gate.py
aurora_lens/govern/adapters/__init__.py
aurora_lens/govern/adapters/context_resolver.py
aurora_lens/govern/adapters/policy_projector.py
aurora_lens/govern/adapters/runtime_types.py
aurora_lens/govern/adapters/status_translator.py
aurora_lens/governor/__init__.py
aurora_lens/governor/admissibility.py
aurora_lens/governor/audit.py
aurora_lens/governor/continuation_matrix.py
aurora_lens/governor/forensic_schema.py
aurora_lens/governor/halt_envelope.py
aurora_lens/governor/models.py
aurora_lens/governor/mutations.py
aurora_lens/governor/operator_override.py
aurora_lens/governor/resolver.py
aurora_lens/governor/span_gate.py
aurora_lens/governor/verdict.py
aurora_lens/integrations/__init__.py
aurora_lens/integrations/langchain.py
aurora_lens/interpret/__init__.py
aurora_lens/interpret/base.py
aurora_lens/interpret/llm_backend.py
aurora_lens/interpret/pef_updater.py
aurora_lens/interpret/schema.py
aurora_lens/interpret/spacy_backend.py
aurora_lens/pef/__init__.py
aurora_lens/pef/entity.py
aurora_lens/pef/prompts.py
aurora_lens/pef/span.py
aurora_lens/pef/state.py
aurora_lens/proxy/__init__.py
aurora_lens/proxy/__main__.py
aurora_lens/proxy/app.py
aurora_lens/proxy/config.py
aurora_lens/proxy/logging.py
aurora_lens/proxy/metrics.py
aurora_lens/proxy/openai_compat.py
aurora_lens/proxy/rate_limits.py
aurora_lens/proxy/session.py
aurora_lens/proxy/session_store.py
aurora_lens/scripts/__init__.py
aurora_lens/scripts/audit_search.py
aurora_lens/scripts/batch.py
aurora_lens/scripts/chat.py
aurora_lens/scripts/demo.py
aurora_lens/scripts/demo_healthcare.py
aurora_lens/scripts/verify_audit.py
aurora_lens/verify/__init__.py
aurora_lens/verify/checker.py
aurora_lens/verify/flags.py
governor/__init__.py
governor/audit.py
governor/continuation_matrix.py
governor/forensic_schema.py
governor/models.py
governor/operator_override.py
governor/resolver.py
governor/tests/test_governor.py
tests/test_batch_real_pipeline.py
tests/test_canonical_bridge.py
tests/test_checker.py
tests/test_context_resolver.py
tests/test_continuation_execution_contract.py
tests/test_continuation_matrix.py
tests/test_execution_fidelity.py
tests/test_extractor.py
tests/test_forensic_schema.py
tests/test_governance.py
tests/test_governor_completion.py
tests/test_healthcare_scenarios.py
tests/test_healthcare_trial.py
tests/test_integration.py
tests/test_lens.py
tests/test_llm_backend.py
tests/test_llm_governance.py
tests/test_log_slice.py
tests/test_mini_evaluator.py
tests/test_ollama_llm.py
tests/test_openai_compat.py
tests/test_operator_override.py
tests/test_pathway_execution.py
tests/test_pef_state.py
tests/test_policy_projector.py
tests/test_provenance.py
tests/test_proxy.py
tests/test_real_llm.py
tests/test_recall_p4_p5.py
tests/test_recall_state_collapse.py
tests/test_renderer_leakage.py
tests/test_responsibility_contract.py
tests/test_scanner_gate_bridge.py
tests/test_status_translator.py
tests/test_streaming_governance.py
tests/test_verify_bundle.py
tests/test_verify_cli.py