LICENSE
README.md
pyproject.toml
src/clu_latent/__init__.py
src/clu_latent/agent_context.py
src/clu_latent/agent_review.py
src/clu_latent/agent_review_retrieval.py
src/clu_latent/agent_review_writer.py
src/clu_latent/analysis_adapter_dry_run.py
src/clu_latent/analysis_adapters.py
src/clu_latent/analysis_ffmpeg_visual_change_adapter.py
src/clu_latent/analysis_fixture_adapter.py
src/clu_latent/analysis_lanes.py
src/clu_latent/analysis_writer.py
src/clu_latent/archive.py
src/clu_latent/audio_digest.py
src/clu_latent/audio_digest_retrieval.py
src/clu_latent/audio_digest_writer.py
src/clu_latent/changed_region.py
src/clu_latent/changed_region_retrieval.py
src/clu_latent/changed_region_writer.py
src/clu_latent/cli.py
src/clu_latent/conformance.py
src/clu_latent/conformance_fixtures.py
src/clu_latent/constants.py
src/clu_latent/doctor.py
src/clu_latent/event.py
src/clu_latent/evidence_bundle.py
src/clu_latent/evidence_bundle_retrieval.py
src/clu_latent/evidence_bundle_writer.py
src/clu_latent/ffmpeg_tools.py
src/clu_latent/hash.py
src/clu_latent/index.py
src/clu_latent/ingest.py
src/clu_latent/keyframe_preview.py
src/clu_latent/keyframe_retrieval.py
src/clu_latent/lock.py
src/clu_latent/manifest.py
src/clu_latent/package_reader.py
src/clu_latent/paths.py
src/clu_latent/presentation.py
src/clu_latent/py.typed
src/clu_latent/receipts.py
src/clu_latent/reindex.py
src/clu_latent/report.py
src/clu_latent/review.py
src/clu_latent/review_resolver.py
src/clu_latent/review_writer.py
src/clu_latent/timecode.py
src/clu_latent/tracks.py
src/clu_latent/transcribe.py
src/clu_latent/v1_agent_read_model.py
src/clu_latent/v1_ask_bundle.py
src/clu_latent/v1_build.py
src/clu_latent/v1_open_ask.py
src/clu_latent/v1_open_package.py
src/clu_latent/v1_package_index.py
src/clu_latent/v1_playback_viewer.py
src/clu_latent/v1_profile.py
src/clu_latent/vad.py
src/clu_latent/validate.py
src/clu_latent/version.py
src/clu_latent/visual_change.py
src/clu_latent/visual_change_retrieval.py
src/clu_latent/visual_change_writer.py
src/clu_latent.egg-info/PKG-INFO
src/clu_latent.egg-info/SOURCES.txt
src/clu_latent.egg-info/dependency_links.txt
src/clu_latent.egg-info/entry_points.txt
src/clu_latent.egg-info/requires.txt
src/clu_latent.egg-info/top_level.txt
src/clu_latent/data/conformance/fixture_manifest.json
src/clu_latent/security/__init__.py
src/clu_latent/security/console.py
src/clu_latent/security/jsonl.py
src/clu_latent/security/limits.py
src/clu_latent/security/operation_lock.py
src/clu_latent/security/paths.py
src/clu_latent/security/sqlite.py
src/clu_latent/security/subprocess.py
src/clu_latent/security/temp.py
src/clu_latent/system_integration/__init__.py
src/clu_latent/system_integration/base.py
src/clu_latent/system_integration/linux.py
src/clu_latent/system_integration/macos.py
src/clu_latent/system_integration/windows.py
tests/test_agent_context_export.py
tests/test_agent_review.py
tests/test_analysis_adapter_demo_workflow.py
tests/test_analysis_adapter_dry_run.py
tests/test_analysis_adapter_import.py
tests/test_analysis_adapters.py
tests/test_analysis_ffmpeg_visual_change_adapter.py
tests/test_analysis_fixture_adapter.py
tests/test_analysis_lanes.py
tests/test_analysis_writer.py
tests/test_archive_v1.py
tests/test_audio_digest.py
tests/test_audio_digest_demo_workflow.py
tests/test_audio_digest_retrieval.py
tests/test_audio_digest_writer.py
tests/test_changed_region.py
tests/test_cli_analysis.py
tests/test_cli_audio_digest.py
tests/test_cli_audio_digest_retrieval.py
tests/test_conformance_v1.py
tests/test_duration_bounds.py
tests/test_event_envelope.py
tests/test_evidence_bundle.py
tests/test_ffmpeg_silence.py
tests/test_hash.py
tests/test_ingest_phase17.py
tests/test_ingest_security.py
tests/test_integration.py
tests/test_keyframe_preview.py
tests/test_keyframe_retrieval.py
tests/test_lazy_ml_imports.py
tests/test_locking.py
tests/test_manifest.py
tests/test_package_reader.py
tests/test_paths.py
tests/test_phase_2_19_release_review.py
tests/test_phase_2_20_public_pre_alpha_readiness.py
tests/test_phase_2_21_license_and_public_repo_gate.py
tests/test_phase_2_22_license_selection_and_metadata.py
tests/test_phase_2_23_public_repo_final_sweep.py
tests/test_phase_2_24_public_repo_launch_plan.py
tests/test_phase_2_25_public_repo_owner_decision.py
tests/test_phase_3_1_report_demo_and_screenshot_kit.py
tests/test_phase_3_2_audio_evidence_lane_design.py
tests/test_phase_3_3_audio_evidence_digest_contract.py
tests/test_public_release_files.py
tests/test_real_adapter_cli_polish.py
tests/test_real_adapter_demo_package.py
tests/test_real_adapter_demo_script.py
tests/test_real_clip_evidence_gap_debugging.py
tests/test_release_cli_v1.py
tests/test_report.py
tests/test_review_events.py
tests/test_review_resolver.py
tests/test_review_writer.py
tests/test_security_cli_console_injection.py
tests/test_security_console.py
tests/test_security_ingest_limits.py
tests/test_security_jsonl.py
tests/test_security_paths.py
tests/test_security_sqlite.py
tests/test_security_subprocess.py
tests/test_security_temp.py
tests/test_system_integration.py
tests/test_timecode.py
tests/test_transcribe.py
tests/test_v1_agent_read_model.py
tests/test_v1_ask_bundle.py
tests/test_v1_build_pipeline.py
tests/test_v1_open_ask_demo.py
tests/test_v1_open_package.py
tests/test_v1_package_index.py
tests/test_v1_package_index_verify.py
tests/test_v1_playback_viewer.py
tests/test_v1_profile.py
tests/test_vad.py
tests/test_validate_analysis_lanes.py
tests/test_validate_audio_digest.py
tests/test_validate_reindex.py
tests/test_viewer_release_v1.py
tests/test_visual_change.py