LICENSE
README.md
pyproject.toml
src/ch_play/__init__.py
src/ch_play/__main__.py
src/ch_play/cli.py
src/ch_play/contract.py
src/ch_play/manifest.py
src/ch_play/mcp_server.py
src/ch_play/report.py
src/ch_play/runner.py
src/ch_play/service.py
src/ch_play/state.py
src/ch_play/worker.py
src/ch_play.egg-info/PKG-INFO
src/ch_play.egg-info/SOURCES.txt
src/ch_play.egg-info/dependency_links.txt
src/ch_play.egg-info/entry_points.txt
src/ch_play.egg-info/requires.txt
src/ch_play.egg-info/top_level.txt
src/ch_play/schema/ch_play-v1.schema.json
src/ch_play/schema/run-event-v1.schema.json
src/ch_play/schema/run-state-v1.schema.json
tests/test_cli.py
tests/test_components.py
tests/test_contract.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_packaging.py
tests/test_real_component_plan.py
tests/test_runner.py
tests/test_service.py
tests/test_state.py