LICENSE
README.md
pyproject.toml
cc_copilot.egg-info/PKG-INFO
cc_copilot.egg-info/SOURCES.txt
cc_copilot.egg-info/dependency_links.txt
cc_copilot.egg-info/entry_points.txt
cc_copilot.egg-info/requires.txt
cc_copilot.egg-info/top_level.txt
cccopilot/__init__.py
cccopilot/__main__.py
cccopilot/assess.py
cccopilot/backends.py
cccopilot/brief.py
cccopilot/chat.py
cccopilot/cli.py
cccopilot/config.py
cccopilot/context.py
cccopilot/handoff.py
cccopilot/lastlook.py
cccopilot/locate.py
cccopilot/narrate.py
cccopilot/notify.py
cccopilot/observe.py
cccopilot/onboard.py
cccopilot/prefs.py
cccopilot/scope.py
cccopilot/since.py
cccopilot/state.py
cccopilot/store.py
cccopilot/transcript.py
cccopilot/tui.py
cccopilot/sources/__init__.py
cccopilot/sources/base.py
cccopilot/sources/claude.py
cccopilot/sources/codex.py
tests/test_assess.py
tests/test_backends.py
tests/test_codex.py
tests/test_config.py
tests/test_context.py
tests/test_current_session.py
tests/test_handoff.py
tests/test_history_integration.py
tests/test_lastlook.py
tests/test_locate.py
tests/test_narrate.py
tests/test_notify.py
tests/test_observe.py
tests/test_onboard.py
tests/test_phase2_cli.py
tests/test_prefs.py
tests/test_scope.py
tests/test_since.py
tests/test_since_recap.py
tests/test_sources.py
tests/test_state.py
tests/test_store.py
tests/test_transcript.py
tests/test_tui.py
tests/test_utf8.py