MANIFEST.in
README.md
pyproject.toml
src/handoff_cli/__init__.py
src/handoff_cli/__main__.py
src/handoff_cli/agents.py
src/handoff_cli/cli.py
src/handoff_cli/launcher.py
src/handoff_cli/models.py
src/handoff_cli/paths.py
src/handoff_cli/prompt.py
src/handoff_cli/sources/__init__.py
src/handoff_cli/sources/base.py
src/handoff_cli/sources/claude.py
src/handoff_cli/sources/codex.py
src/handoff_cli/sources/cursor.py
src/handoff_cli/sources/pi.py
src/session_handoff.egg-info/PKG-INFO
src/session_handoff.egg-info/SOURCES.txt
src/session_handoff.egg-info/dependency_links.txt
src/session_handoff.egg-info/entry_points.txt
src/session_handoff.egg-info/top_level.txt
tests/test_cli.py
tests/test_sources.py
tests/fixtures/claude/session.jsonl
tests/fixtures/codex/session.jsonl
tests/fixtures/cursor/session.jsonl
tests/fixtures/pi/session.jsonl