README.md
pyproject.toml
msr_sync/__init__.py
msr_sync/cli.py
msr_sync/constants.py
msr_sync.egg-info/PKG-INFO
msr_sync.egg-info/SOURCES.txt
msr_sync.egg-info/dependency_links.txt
msr_sync.egg-info/entry_points.txt
msr_sync.egg-info/requires.txt
msr_sync.egg-info/top_level.txt
msr_sync/adapters/__init__.py
msr_sync/adapters/antigravity.py
msr_sync/adapters/base.py
msr_sync/adapters/codebuddy.py
msr_sync/adapters/cursor.py
msr_sync/adapters/kiro.py
msr_sync/adapters/lingma.py
msr_sync/adapters/qoder.py
msr_sync/adapters/registry.py
msr_sync/adapters/trae.py
msr_sync/commands/__init__.py
msr_sync/commands/import_cmd.py
msr_sync/commands/init_cmd.py
msr_sync/commands/list_cmd.py
msr_sync/commands/remove_cmd.py
msr_sync/commands/sync_cmd.py
msr_sync/core/__init__.py
msr_sync/core/config.py
msr_sync/core/exceptions.py
msr_sync/core/frontmatter.py
msr_sync/core/platform.py
msr_sync/core/repository.py
msr_sync/core/source_resolver.py
msr_sync/core/version.py
tests/test_adapters.py
tests/test_adapters_base.py
tests/test_antigravity_adapter.py
tests/test_bug_condition_mcp.py
tests/test_cli_integration.py
tests/test_codebuddy_adapter.py
tests/test_commands.py
tests/test_config.py
tests/test_cursor_adapter.py
tests/test_exceptions.py
tests/test_frontmatter.py
tests/test_integration.py
tests/test_kiro_adapter.py
tests/test_lingma_adapter.py
tests/test_mcp_merge.py
tests/test_platform.py
tests/test_preservation_mcp.py
tests/test_qoder_adapter.py
tests/test_repository.py
tests/test_source_resolver.py
tests/test_trae_adapter.py
tests/test_version.py