LICENSE
README.md
pyproject.toml
src/pg_play/__init__.py
src/pg_play/__main__.py
src/pg_play/cli.py
src/pg_play/configuration_review.py
src/pg_play/contract.py
src/pg_play/live_diagnostics.py
src/pg_play/live_diagnostics_worker.py
src/pg_play/manifest.py
src/pg_play/mcp_server.py
src/pg_play/report.py
src/pg_play/runner.py
src/pg_play/service.py
src/pg_play/state.py
src/pg_play/version.py
src/pg_play/worker.py
src/pg_play.egg-info/PKG-INFO
src/pg_play.egg-info/SOURCES.txt
src/pg_play.egg-info/dependency_links.txt
src/pg_play.egg-info/entry_points.txt
src/pg_play.egg-info/requires.txt
src/pg_play.egg-info/top_level.txt
src/pg_play/schema/pg_play-v1.schema.json
src/pg_play/schema/run-event-v1.schema.json
src/pg_play/schema/run-state-v2.schema.json
src/pg_play/skills/analyze-postgres-experiment/SKILL.md
src/pg_play/skills/analyze-postgres-experiment/agents/openai.yaml
src/pg_play/skills/analyze-postgres-experiment/references/benchmark-joins.md
src/pg_play/skills/analyze-postgres-experiment/references/interpretation.md
src/pg_play/skills/diagnose-live-postgres/SKILL.md
src/pg_play/skills/diagnose-live-postgres/agents/openai.yaml
src/pg_play/skills/recover-postgres-experiment/SKILL.md
src/pg_play/skills/recover-postgres-experiment/agents/openai.yaml
src/pg_play/skills/review-postgres-configuration/SKILL.md
src/pg_play/skills/review-postgres-configuration/agents/openai.yaml
src/pg_play/skills/run-postgres-experiment/SKILL.md
src/pg_play/skills/run-postgres-experiment/agents/openai.yaml
src/pg_play/skills/run-postgres-experiment/references/manifest.md
tests/test_cli.py
tests/test_component_interfaces.py
tests/test_configuration_review.py
tests/test_contract.py
tests/test_live_diagnostics.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_package_assets.py
tests/test_report.py
tests/test_runner.py
tests/test_service.py
tests/test_state.py