AGENTS.md
CHANGELOG.md
DEVELOP.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/deploy.yaml
.github/workflows/preview.yaml
.github/workflows/publish.yml
docs/cli-cleanup-refactor.md
docs/cli-design.md
docs/cli-tree.en.md
docs/cli-tree.md
docs/index.en.md
docs/index.md
docs/release.md
src/chatclash/__init__.py
src/chatclash/chatenv_store.py
src/chatclash/checks.py
src/chatclash/cli.py
src/chatclash/config.py
src/chatclash/constants.py
src/chatclash/converter.py
src/chatclash/mihomo.py
src/chatclash/models.py
src/chatclash/paths.py
src/chatclash/proxy.py
src/chatclash/status.py
src/chatclash/subscription.py
src/chatclash/utils.py
src/chatclash.egg-info/PKG-INFO
src/chatclash.egg-info/SOURCES.txt
src/chatclash.egg-info/dependency_links.txt
src/chatclash.egg-info/entry_points.txt
src/chatclash.egg-info/requires.txt
src/chatclash.egg-info/top_level.txt
tests/test_cli.py
tests/test_docs_contract.py
tests/test_single_machine_cli.py
tests/test_version.py
tests/test_workflow_contract.py