CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
bench/benchmark.py
src/doppelhand/__init__.py
src/doppelhand/agent.py
src/doppelhand/cli.py
src/doppelhand/duplication.py
src/doppelhand/errors.py
src/doppelhand/executor.py
src/doppelhand/inputs.py
src/doppelhand/screen.py
src/doppelhand/serve.py
src/doppelhand/session.py
src/doppelhand/skills.py
src/doppelhand.egg-info/PKG-INFO
src/doppelhand.egg-info/SOURCES.txt
src/doppelhand.egg-info/dependency_links.txt
src/doppelhand.egg-info/entry_points.txt
src/doppelhand.egg-info/requires.txt
src/doppelhand.egg-info/top_level.txt
src/doppelhand/skill/SKILL.md
tests/conftest.py
tests/fakes.py
tests/test_agent.py
tests/test_cli.py
tests/test_executor.py
tests/test_frames.py
tests/test_keys.py
tests/test_serve.py