LICENSE
MANIFEST.in
README.MD
pyproject.toml
src/codexsync/__init__.py
src/codexsync/__main__.py
src/codexsync/app.py
src/codexsync/backup.py
src/codexsync/cli.py
src/codexsync/config.example.toml
src/codexsync/config.py
src/codexsync/exceptions.py
src/codexsync/exit_codes.py
src/codexsync/filters.py
src/codexsync/gui_prompt.py
src/codexsync/logging_setup.py
src/codexsync/manifest.py
src/codexsync/models.py
src/codexsync/planner.py
src/codexsync/process_detector.py
src/codexsync/scanner.py
src/codexsync/state_locator.py
src/codexsync/sync_engine.py
src/codexsync.egg-info/PKG-INFO
src/codexsync.egg-info/SOURCES.txt
src/codexsync.egg-info/dependency_links.txt
src/codexsync.egg-info/entry_points.txt
src/codexsync.egg-info/top_level.txt
tests/test_bootstrap.py
tests/test_cli_init_config.py
tests/test_cli_manual_confirmation.py
tests/test_cli_preflight.py
tests/test_config.py
tests/test_integration_sync_flow.py
tests/test_logging_setup.py
tests/test_manifest.py
tests/test_planner.py
tests/test_preflight.py
tests/test_process_detector.py
tests/test_process_snapshot.py
tests/test_restore.py
tests/test_safety_policy.py
tests/test_session_mode.py
tests/test_sync_engine.py