LICENSE
NOTICE.md
README.md
pyproject.toml
src/loghop/__init__.py
src/loghop/__main__.py
src/loghop/autocapture.py
src/loghop/cli.py
src/loghop/cli_parser.py
src/loghop/env.py
src/loghop/errors.py
src/loghop/gittools.py
src/loghop/logging.py
src/loghop/providers.py
src/loghop/py.typed
src/loghop/reconcile.py
src/loghop/redact.py
src/loghop/resilience.py
src/loghop/session_lifecycle.py
src/loghop/terminal.py
src/loghop.egg-info/PKG-INFO
src/loghop.egg-info/SOURCES.txt
src/loghop.egg-info/dependency_links.txt
src/loghop.egg-info/entry_points.txt
src/loghop.egg-info/requires.txt
src/loghop.egg-info/top_level.txt
src/loghop/cli_commands/__init__.py
src/loghop/cli_commands/_admin_completion.py
src/loghop/cli_commands/_admin_doctor.py
src/loghop/cli_commands/_admin_init.py
src/loghop/cli_commands/_admin_providers.py
src/loghop/cli_commands/_admin_uninstall.py
src/loghop/cli_commands/_dashboard_no_args.py
src/loghop/cli_commands/_handoff_launch.py
src/loghop/cli_commands/_helpers.py
src/loghop/cli_commands/_install_ui.py
src/loghop/cli_commands/_runner.py
src/loghop/cli_commands/admin.py
src/loghop/cli_commands/annotate.py
src/loghop/cli_commands/backup.py
src/loghop/cli_commands/dashboard.py
src/loghop/cli_commands/goal.py
src/loghop/cli_commands/handoff.py
src/loghop/cli_commands/health.py
src/loghop/cli_commands/hook.py
src/loghop/cli_commands/install.py
src/loghop/cli_commands/journal.py
src/loghop/cli_commands/metrics.py
src/loghop/cli_commands/migrate.py
src/loghop/cli_commands/resume.py
src/loghop/cli_commands/run.py
src/loghop/cli_commands/sessions.py
src/loghop/cli_commands/status.py
src/loghop/cli_commands/timeline.py
src/loghop/cli_commands/topics.py
src/loghop/cli_commands/tui.py
src/loghop/cli_commands/wrap.py
src/loghop/install/__init__.py
src/loghop/install/_alias.py
src/loghop/install/_config.py
src/loghop/install/_hooks.py
src/loghop/install/_migrations.py
src/loghop/install/_prompt.py
src/loghop/install/_shim.py
src/loghop/install/_types.py
src/loghop/store/__init__.py
src/loghop/store/_config.py
src/loghop/store/_constants.py
src/loghop/store/_frontmatter.py
src/loghop/store/_handoff.py
src/loghop/store/_index.py
src/loghop/store/_integrity.py
src/loghop/store/_io.py
src/loghop/store/_models.py
src/loghop/store/_project_init.py
src/loghop/store/_redact.py
src/loghop/store/_registry.py
src/loghop/store/_render.py
src/loghop/store/_security.py
src/loghop/store/_session.py
src/loghop/store/_side_effects.py
src/loghop/store/_timeline.py
src/loghop/store/_topic.py
src/loghop/transcripts/__init__.py
src/loghop/transcripts/_base.py
src/loghop/transcripts/_claude.py
src/loghop/transcripts/_codex.py
src/loghop/transcripts/_drift.py
src/loghop/transcripts/_loghop_block.py
src/loghop/tui/__init__.py
src/loghop/tui/app.py
src/loghop/tui/commands.py
src/loghop/tui/format.py
src/loghop/tui/i18n.py
src/loghop/tui/launcher.py
src/loghop/tui/models.py
src/loghop/tui/services.py
src/loghop/tui/strings.py
src/loghop/tui/themes.py
src/loghop/tui/undo.py
src/loghop/tui/screens/__init__.py
src/loghop/tui/screens/_home_vm.py
src/loghop/tui/screens/_list_shared.py
src/loghop/tui/screens/_project_vm.py
src/loghop/tui/screens/_screen_state.py
src/loghop/tui/screens/add_folder.py
src/loghop/tui/screens/confirm.py
src/loghop/tui/screens/help.py
src/loghop/tui/screens/home.py
src/loghop/tui/screens/project.py
src/loghop/tui/styles/loghop.tcss
src/loghop/tui/widgets/__init__.py
src/loghop/tui/widgets/badge.py
src/loghop/tui/widgets/chrome.py
src/loghop/tui/widgets/filter_chips.py
src/loghop/tui/widgets/glyph.py
src/loghop/tui/widgets/preview_pane.py
tests/test_add_folder.py
tests/test_admin.py
tests/test_admin_uninstall.py
tests/test_annotate.py
tests/test_annotate_sessions.py
tests/test_audit_fixes.py
tests/test_autocapture.py
tests/test_autocapture_block_fastpath.py
tests/test_cli.py
tests/test_cli_and_tui_utils.py
tests/test_cli_error_paths.py
tests/test_cli_parser.py
tests/test_confirm_modal.py
tests/test_dashboard.py
tests/test_dashboard_no_args.py
tests/test_dashboard_projects.py
tests/test_drift.py
tests/test_e2e_user_flow_script.py
tests/test_enhancements.py
tests/test_frontmatter.py
tests/test_gittools.py
tests/test_gittools_mocks.py
tests/test_goal.py
tests/test_handoff.py
tests/test_handoff_launch.py
tests/test_handoff_store.py
tests/test_home_screen.py
tests/test_home_vm.py
tests/test_hook.py
tests/test_install.py
tests/test_install_cli.py
tests/test_install_features.py
tests/test_install_units.py
tests/test_integrity_key.py
tests/test_journal.py
tests/test_launcher.py
tests/test_launcher_safety.py
tests/test_list_shared.py
tests/test_logging.py
tests/test_loghop_block.py
tests/test_migrations.py
tests/test_operational_readiness.py
tests/test_project_screen.py
tests/test_provider_contracts.py
tests/test_providers_cli.py
tests/test_providers_unit.py
tests/test_reconcile.py
tests/test_redaction_expanded.py
tests/test_registry.py
tests/test_registry_extra.py
tests/test_release_hygiene.py
tests/test_remaining_hardening.py
tests/test_render.py
tests/test_resume_enrichment.py
tests/test_runner_error_paths.py
tests/test_security.py
tests/test_session_index.py
tests/test_session_index_bug.py
tests/test_session_index_extended.py
tests/test_session_lifecycle.py
tests/test_session_lifecycle_safety.py
tests/test_session_store_edge_cases.py
tests/test_sessions.py
tests/test_shim.py
tests/test_status.py
tests/test_store_io.py
tests/test_terminal.py
tests/test_theme_parity.py
tests/test_timeline.py
tests/test_topics.py
tests/test_transcript_drift.py
tests/test_transcripts.py
tests/test_transcripts_parsing.py
tests/test_tui_app.py
tests/test_tui_preferences.py
tests/test_tui_screen_state.py
tests/test_tui_services.py
tests/test_tui_topics.py
tests/test_undo.py
tests/test_v2_parse.py
tests/test_wrap_resume_journal.py
tests/test_zero_arg_ux.py