AUTHORS.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
examples/_demo_output.txt
examples/adapter_example.py
examples/benchmark_battery.py
examples/demo_replay.py
examples/demo_sram.py
examples/full_showcase.py
examples/optuna_audit_demo.py
examples/phantom_demo.py
examples/rosenbrock_demo.py
examples/walkforward_gate_demo.py
examples/omega_lock_demos/__init__.py
examples/omega_lock_demos/sram.py
scripts/check_docking_presence.py
scripts/check_encoding.py
scripts/check_repo_consistency.py
scripts/generate_github_release_draft.py
scripts/generate_readme_claims.py
scripts/post_release_verify.py
scripts/publish_readiness.py
scripts/release_audit.py
scripts/run_golden_audit_cases.py
scripts/scope_freeze_check.py
scripts/wheel_smoke_install.py
src/omega_lock/__init__.py
src/omega_lock/_demo.py
src/omega_lock/_parallel.py
src/omega_lock/adapters.py
src/omega_lock/benchmark.py
src/omega_lock/cli.py
src/omega_lock/contract.py
src/omega_lock/fitness.py
src/omega_lock/grid.py
src/omega_lock/kill_criteria.py
src/omega_lock/orchestrator.py
src/omega_lock/p2_tpe.py
src/omega_lock/params.py
src/omega_lock/random_search.py
src/omega_lock/report_html.py
src/omega_lock/simple.py
src/omega_lock/stress.py
src/omega_lock/target.py
src/omega_lock/walk_forward.py
src/omega_lock.egg-info/PKG-INFO
src/omega_lock.egg-info/SOURCES.txt
src/omega_lock.egg-info/dependency_links.txt
src/omega_lock.egg-info/entry_points.txt
src/omega_lock.egg-info/requires.txt
src/omega_lock.egg-info/top_level.txt
src/omega_lock/audit/__init__.py
src/omega_lock/audit/_scorecard.py
src/omega_lock/audit/_target.py
src/omega_lock/audit/_types.py
src/omega_lock/integrations/__init__.py
src/omega_lock/integrations/optuna_bridge.py
src/omega_lock/keyholes/__init__.py
src/omega_lock/keyholes/phantom.py
src/omega_lock/keyholes/phantom_deep.py
tests/test_adapters.py
tests/test_artifact_reproducibility.py
tests/test_audit.py
tests/test_audit_hash_chain.py
tests/test_auto_phase_tracking.py
tests/test_badge_download_wording.py
tests/test_benchmark.py
tests/test_benchmark_regression.py
tests/test_cli.py
tests/test_config_aliases.py
tests/test_config_validation.py
tests/test_constraint_aware_selection.py
tests/test_constraint_uniqueness.py
tests/test_contract_manifest.py
tests/test_demo_sram.py
tests/test_docking_presence.py
tests/test_examples_gallery.py
tests/test_fitness.py
tests/test_generate_github_release_draft.py
tests/test_generated_readme_claims.py
tests/test_github_templates.py
tests/test_github_workflows.py
tests/test_golden_audit_cases.py
tests/test_grid.py
tests/test_holdout.py
tests/test_holdout_gate_mode.py
tests/test_integration_phantom.py
tests/test_integration_phantom_deep.py
tests/test_integration_rosenbrock.py
tests/test_iterative.py
tests/test_iterative_advisory_and_gap.py
tests/test_kc2_stress_edge_cases.py
tests/test_kc4_pearson_status.py
tests/test_kill_criteria.py
tests/test_optuna_bridge.py
tests/test_p2_tpe.py
tests/test_parallel_executor_seam.py
tests/test_post_release_verify.py
tests/test_publish_readiness.py
tests/test_random_search.py
tests/test_release_audit.py
tests/test_repo_consistency_checker.py
tests/test_report_html.py
tests/test_sc2_advisory.py
tests/test_sc2_negative_fitness.py
tests/test_scope_freeze_check.py
tests/test_sdist_packaging.py
tests/test_simple_facade.py
tests/test_stress.py
tests/test_target_aliases.py
tests/test_toolkit_positioning.py
tests/test_trust_model.py
tests/test_walk_forward_cache.py
tests/test_walkforward_gate_demo.py
tests/test_wheel_smoke_install.py
tests/test_zooming.py
tests/fixtures/benchmark_gold.json
tests/fixtures/golden_audits/all_constraints_pass.json
tests/fixtures/golden_audits/append_only_hash_chain.json
tests/fixtures/golden_audits/feasible_best_differs_from_absolute_best.json
tests/fixtures/golden_audits/hard_constraint_failure.json
tests/fixtures/golden_audits/no_feasible_candidates.json
tests/fixtures/golden_audits/schema_validation_roundtrip.json
tests/fixtures/golden_audits/walk_forward_gate_fail.json
tests/fixtures/golden_audits/walk_forward_gate_pass.json