LICENSE
PYPI_README.md
README.md
pyproject.toml
dumpty/__init__.py
dumpty/agent_detector.py
dumpty/cli.py
dumpty/downloader.py
dumpty/installer.py
dumpty/lockfile.py
dumpty/models.py
dumpty/utils.py
dumpty/agents/__init__.py
dumpty/agents/aider.py
dumpty/agents/base.py
dumpty/agents/claude.py
dumpty/agents/cline.py
dumpty/agents/continue_agent.py
dumpty/agents/copilot.py
dumpty/agents/cursor.py
dumpty/agents/gemini.py
dumpty/agents/opencode.py
dumpty/agents/registry.py
dumpty/agents/windsurf.py
prompty_dumpty.egg-info/PKG-INFO
prompty_dumpty.egg-info/SOURCES.txt
prompty_dumpty.egg-info/dependency_links.txt
prompty_dumpty.egg-info/entry_points.txt
prompty_dumpty.egg-info/requires.txt
prompty_dumpty.egg-info/top_level.txt
tests/test_agent_detector.py
tests/test_agents_base.py
tests/test_agents_implementations.py
tests/test_agents_opencode.py
tests/test_agents_registry.py
tests/test_cli.py
tests/test_cli_commit.py
tests/test_cli_show.py
tests/test_cli_uninstall.py
tests/test_cli_update.py
tests/test_cli_update_agent_specific.py
tests/test_cli_validate_manifest.py
tests/test_downloader.py
tests/test_downloader_version_fallback.py
tests/test_external_repo_models.py
tests/test_installer.py
tests/test_integration.py
tests/test_integration_categories.py
tests/test_lockfile.py
tests/test_models.py
tests/test_package_distribution.py
tests/test_project_root.py
tests/test_utils.py