LICENSE
README.md
pyproject.toml
longhand/__init__.py
longhand/__main__.py
longhand/mcp_server.py
longhand/parser.py
longhand/replay.py
longhand/setup_commands.py
longhand/types.py
longhand/version.py
longhand.egg-info/PKG-INFO
longhand.egg-info/SOURCES.txt
longhand.egg-info/dependency_links.txt
longhand.egg-info/entry_points.txt
longhand.egg-info/requires.txt
longhand.egg-info/top_level.txt
longhand/analysis/__init__.py
longhand/analysis/episode_extraction.py
longhand/analysis/outcomes.py
longhand/analysis/project_inference.py
longhand/analysis/segment_extraction.py
longhand/analysis/session_summary_embedding.py
longhand/cli/__init__.py
longhand/cli/_commands.py
longhand/cli/helpers.py
longhand/extractors/__init__.py
longhand/extractors/errors.py
longhand/extractors/file_refs.py
longhand/extractors/git.py
longhand/extractors/topics.py
longhand/recall/__init__.py
longhand/recall/drift_cache.py
longhand/recall/episode_search.py
longhand/recall/narrative.py
longhand/recall/project_fallback.py
longhand/recall/project_match.py
longhand/recall/recall_pipeline.py
longhand/recall/reconcile.py
longhand/recall/segment_search.py
longhand/recall/time_parser.py
longhand/storage/__init__.py
longhand/storage/migrations.py
longhand/storage/sqlite_store.py
longhand/storage/store.py
longhand/storage/vector_store.py
tests/test_analysis.py
tests/test_canary_corpus.py
tests/test_cli_commands.py
tests/test_drift_cache.py
tests/test_episode_pipeline.py
tests/test_episode_search.py
tests/test_extractors.py
tests/test_get_latest_events.py
tests/test_git_extractor.py
tests/test_ingest_session_stdin.py
tests/test_mcp_tools.py
tests/test_migrations.py
tests/test_parser.py
tests/test_payload_hygiene.py
tests/test_project_fallback.py
tests/test_replay.py
tests/test_search_in_context.py
tests/test_segments.py
tests/test_store.py