LICENSE
README.md
pyproject.toml
apple_notes_forensics.egg-info/PKG-INFO
apple_notes_forensics.egg-info/SOURCES.txt
apple_notes_forensics.egg-info/dependency_links.txt
apple_notes_forensics.egg-info/entry_points.txt
apple_notes_forensics.egg-info/requires.txt
apple_notes_forensics.egg-info/top_level.txt
notes_recovery/__init__.py
notes_recovery/case_contract.py
notes_recovery/config.py
notes_recovery/io.py
notes_recovery/logging.py
notes_recovery/models.py
notes_recovery/apps/__init__.py
notes_recovery/apps/dashboard.py
notes_recovery/cli/__init__.py
notes_recovery/cli/analysis_handlers.py
notes_recovery/cli/auxiliary_dispatch.py
notes_recovery/cli/evidence_handlers.py
notes_recovery/cli/handlers.py
notes_recovery/cli/main.py
notes_recovery/cli/orchestration_handlers.py
notes_recovery/cli/parser.py
notes_recovery/cli/pipeline_dispatch.py
notes_recovery/cli/tail_handlers.py
notes_recovery/core/__init__.py
notes_recovery/core/binary.py
notes_recovery/core/keywords.py
notes_recovery/core/pipeline.py
notes_recovery/core/scan.py
notes_recovery/core/sqlite_utils.py
notes_recovery/core/text_bundle.py
notes_recovery/core/time_utils.py
notes_recovery/mcp/__init__.py
notes_recovery/mcp/registry.py
notes_recovery/mcp/server.py
notes_recovery/mcp/server_resources.py
notes_recovery/mcp/server_tools.py
notes_recovery/resources/__init__.py
notes_recovery/resources/demo/__init__.py
notes_recovery/resources/demo/sanitized-ai-artifact-priority.json
notes_recovery/resources/demo/sanitized-ai-next-questions.md
notes_recovery/resources/demo/sanitized-ai-top-findings.md
notes_recovery/resources/demo/sanitized-ai-triage-summary.md
notes_recovery/resources/demo/sanitized-case-tree.txt
notes_recovery/resources/demo/sanitized-operator-brief.md
notes_recovery/resources/demo/sanitized-verification-summary.txt
notes_recovery/resources/queries/__init__.py
notes_recovery/services/__init__.py
notes_recovery/services/ai_review.py
notes_recovery/services/ask_case.py
notes_recovery/services/auto.py
notes_recovery/services/carve.py
notes_recovery/services/case_diff.py
notes_recovery/services/case_protocol.py
notes_recovery/services/case_protocol_contract.py
notes_recovery/services/case_protocol_redaction.py
notes_recovery/services/case_protocol_resources.py
notes_recovery/services/case_protocol_selection.py
notes_recovery/services/doctor.py
notes_recovery/services/flatten.py
notes_recovery/services/freelist.py
notes_recovery/services/fsevents.py
notes_recovery/services/fts.py
notes_recovery/services/gui.py
notes_recovery/services/plugins.py
notes_recovery/services/protobuf.py
notes_recovery/services/public_safe.py
notes_recovery/services/query.py
notes_recovery/services/recover.py
notes_recovery/services/recover_outputs.py
notes_recovery/services/recover_sqlite.py
notes_recovery/services/report.py
notes_recovery/services/review_index.py
notes_recovery/services/snapshot.py
notes_recovery/services/spotlight.py
notes_recovery/services/timeline.py
notes_recovery/services/verify.py
notes_recovery/services/wal.py
notes_recovery/services/wizard.py
notes_recovery/utils/bytes.py
notes_recovery/utils/text.py
tests/test_ai_review.py
tests/test_apps_entrypoints.py
tests/test_ask_case.py
tests/test_auto_run_e2e.py
tests/test_auto_run_full.py
tests/test_binary_more2.py
tests/test_binary_more3.py
tests/test_binary_utils.py
tests/test_bytes_more.py
tests/test_carve.py
tests/test_carve_branches_more.py
tests/test_carve_more.py
tests/test_carve_more2.py
tests/test_carve_more3.py
tests/test_carve_more4.py
tests/test_case_contract.py
tests/test_case_diff.py
tests/test_cli_entrypoints.py
tests/test_commit_identity.py
tests/test_dashboard_full.py
tests/test_dashboard_helpers.py
tests/test_dashboard_helpers_more.py
tests/test_dashboard_missing_root.py
tests/test_dashboard_more2.py
tests/test_dashboard_review_workspace.py
tests/test_dashboard_run_branches.py
tests/test_dependency_snapshot.py
tests/test_derived_artifact_retrieval_contract.py
tests/test_distribution_bundles.py
tests/test_docker_surface.py
tests/test_doctor.py
tests/test_e2e_query.py
tests/test_flatten.py
tests/test_flatten_more.py
tests/test_freelist_carve.py
tests/test_freelist_more.py
tests/test_fsevents_correlate.py
tests/test_fsevents_more.py
tests/test_fts.py
tests/test_fts_db_source.py
tests/test_fts_index_build.py
tests/test_fts_more.py
tests/test_fts_more2.py
tests/test_github_security_alerts.py
tests/test_gui.py
tests/test_handlers_commands.py
tests/test_host_safety_contract.py
tests/test_io.py
tests/test_io_more.py
tests/test_io_more2.py
tests/test_keywords_more.py
tests/test_logging_error_paths.py
tests/test_logging_more.py
tests/test_logging_more2.py
tests/test_logging_more3.py
tests/test_mcp_server.py
tests/test_optional_surface_contract.py
tests/test_path_contract.py
tests/test_pipeline.py
tests/test_pipeline_more.py
tests/test_plugin_contract.py
tests/test_plugins_config.py
tests/test_plugins_more.py
tests/test_plugins_run.py
tests/test_protobuf_helpers.py
tests/test_protobuf_more.py
tests/test_protobuf_more2.py
tests/test_protobuf_parse.py
tests/test_protobuf_parse_e2e.py
tests/test_public_demo_command.py
tests/test_public_safe_export.py
tests/test_pypi_publish_readiness.py
tests/test_query_more.py
tests/test_query_more2.py
tests/test_realistic_flow_e2e.py
tests/test_recover_basic.py
tests/test_recover_branches.py
tests/test_recover_deep.py
tests/test_recover_edge_cases.py
tests/test_recover_end_to_end.py
tests/test_recover_helpers.py
tests/test_recover_integration.py
tests/test_recover_more.py
tests/test_recover_more3.py
tests/test_recover_utils_more.py
tests/test_release_bundle.py
tests/test_release_readiness.py
tests/test_repo_surface.py
tests/test_report.py
tests/test_report_more.py
tests/test_root_hygiene.py
tests/test_scan.py
tests/test_scan_more.py
tests/test_schema_detection.py
tests/test_sensitive_surface.py
tests/test_skill_publish_readiness.py
tests/test_snapshot_more.py
tests/test_social_assets.py
tests/test_spotlight_deep.py
tests/test_spotlight_more.py
tests/test_spotlight_more2.py
tests/test_spotlight_more3.py
tests/test_spotlight_outputs.py
tests/test_spotlight_parse.py
tests/test_spotlight_utils_more.py
tests/test_sqlite_utils.py
tests/test_sqlite_utils_more.py
tests/test_starter_bundles_bundle.py
tests/test_text_bundle.py
tests/test_text_bundle_more.py
tests/test_text_bundle_more2.py
tests/test_text_utils_more2.py
tests/test_time_and_text_utils.py
tests/test_time_utils_more.py
tests/test_timeline.py
tests/test_timeline_branches.py
tests/test_timeline_build.py
tests/test_timeline_db_fs.py
tests/test_timeline_integration.py
tests/test_timeline_more.py
tests/test_utils_bytes_more.py
tests/test_utils_bytes_more2.py
tests/test_verify.py
tests/test_verify_more.py
tests/test_verify_more2.py
tests/test_verify_more3.py
tests/test_wal_diff.py
tests/test_wal_extract.py
tests/test_wal_frames.py
tests/test_wal_header.py
tests/test_wal_isolate.py
tests/test_wal_more.py
tests/test_wal_more2.py
tests/test_wal_more3.py
tests/test_wal_more4.py
tests/test_wizard_flow.py