LICENSE
README.md
pyproject.toml
src/kiro_settings_manager.egg-info/PKG-INFO
src/kiro_settings_manager.egg-info/SOURCES.txt
src/kiro_settings_manager.egg-info/dependency_links.txt
src/kiro_settings_manager.egg-info/entry_points.txt
src/kiro_settings_manager.egg-info/requires.txt
src/kiro_settings_manager.egg-info/top_level.txt
src/ksm/__init__.py
src/ksm/cli.py
src/ksm/color.py
src/ksm/copier.py
src/ksm/dot_notation.py
src/ksm/errors.py
src/ksm/git_ops.py
src/ksm/installer.py
src/ksm/manifest.py
src/ksm/persistence.py
src/ksm/registry.py
src/ksm/remover.py
src/ksm/resolver.py
src/ksm/scanner.py
src/ksm/selector.py
src/ksm/signal_handler.py
src/ksm/tui.py
src/ksm/typo_suggest.py
src/ksm/commands/__init__.py
src/ksm/commands/add.py
src/ksm/commands/add_registry.py
src/ksm/commands/completions.py
src/ksm/commands/info.py
src/ksm/commands/init.py
src/ksm/commands/ls.py
src/ksm/commands/registry_add.py
src/ksm/commands/registry_inspect.py
src/ksm/commands/registry_ls.py
src/ksm/commands/registry_rm.py
src/ksm/commands/rm.py
src/ksm/commands/search.py
src/ksm/commands/sync.py
tests/test_add.py
tests/test_add_registry.py
tests/test_cli.py
tests/test_color.py
tests/test_completions_versioned.py
tests/test_copier.py
tests/test_dispatch_path_bug.py
tests/test_dispatch_path_preservation.py
tests/test_dot_notation.py
tests/test_errors.py
tests/test_git_ops.py
tests/test_init_info_search.py
tests/test_installer.py
tests/test_integration.py
tests/test_ls.py
tests/test_manifest.py
tests/test_persistence.py
tests/test_persistence_file_not_found.py
tests/test_registry.py
tests/test_registry_aware_selector.py
tests/test_registry_commands.py
tests/test_remover.py
tests/test_resolver.py
tests/test_rm.py
tests/test_scanner.py
tests/test_scope_select.py
tests/test_selector.py
tests/test_signal_handler.py
tests/test_sync.py
tests/test_tui.py
tests/test_typo_suggest.py