LICENSE
README.md
pyproject.toml
src/agent_session_bridge.egg-info/PKG-INFO
src/agent_session_bridge.egg-info/SOURCES.txt
src/agent_session_bridge.egg-info/dependency_links.txt
src/agent_session_bridge.egg-info/entry_points.txt
src/agent_session_bridge.egg-info/requires.txt
src/agent_session_bridge.egg-info/top_level.txt
src/session_bridge/__init__.py
src/session_bridge/_ids.py
src/session_bridge/cli.py
src/session_bridge/convert.py
src/session_bridge/handshake.py
src/session_bridge/ir.py
src/session_bridge/place.py
src/session_bridge/skill_install.py
src/session_bridge/readers/__init__.py
src/session_bridge/readers/_content.py
src/session_bridge/readers/_jsonl.py
src/session_bridge/readers/_pending.py
src/session_bridge/readers/claude_code.py
src/session_bridge/readers/codex.py
src/session_bridge/readers/hermes.py
src/session_bridge/skills/session-handoff/SKILL.md
src/session_bridge/tui/__init__.py
src/session_bridge/tui/actions.py
src/session_bridge/tui/app.py
src/session_bridge/tui/discovery.py
src/session_bridge/tui/options.py
src/session_bridge/tui/register.py
src/session_bridge/tui/screens.py
src/session_bridge/tui/summary.py
src/session_bridge/writers/__init__.py
src/session_bridge/writers/_common.py
src/session_bridge/writers/claude_code.py
src/session_bridge/writers/codex.py
src/session_bridge/writers/codex_db.py
src/session_bridge/writers/hermes.py
src/session_bridge/writers/hermes_db.py
tests/test_claude_reader.py
tests/test_cli_tui.py
tests/test_codex_db.py
tests/test_codex_reader.py
tests/test_handshake_convert_cli.py
tests/test_hermes_db.py
tests/test_hermes_reader.py
tests/test_ir.py
tests/test_place.py
tests/test_review_fixes.py
tests/test_review_round11_fixes.py
tests/test_review_round12_fixes.py
tests/test_review_round13_fixes.py
tests/test_review_round14_fixes.py
tests/test_review_round16_fixes.py
tests/test_review_round17_fixes.py
tests/test_review_round18_fixes.py
tests/test_review_round18b_fixes.py
tests/test_review_round1_fixes.py
tests/test_review_round21_fixes.py
tests/test_review_round22_fixes.py
tests/test_review_round25_fixes.py
tests/test_review_round27_fixes.py
tests/test_review_round28_fixes.py
tests/test_review_round2_fixes.py
tests/test_review_round3_fixes.py
tests/test_review_round4_fixes.py
tests/test_review_round5_fixes.py
tests/test_review_round6_fixes.py
tests/test_review_round7_fixes.py
tests/test_review_round8_fixes.py
tests/test_review_round9_fixes.py
tests/test_skill_install.py
tests/test_stub_open_calls.py
tests/test_tui_actions.py
tests/test_tui_discovery.py
tests/test_tui_options.py
tests/test_tui_pilot.py
tests/test_tui_register.py
tests/test_tui_summary.py
tests/test_writers.py