LICENSE
README.md
pyproject.toml
src/harnessgym/__init__.py
src/harnessgym/activation.py
src/harnessgym/artifacts.py
src/harnessgym/checkpoints.py
src/harnessgym/claude_mcp_bridge.py
src/harnessgym/cli.py
src/harnessgym/compare.py
src/harnessgym/config.py
src/harnessgym/mcp_client.py
src/harnessgym/mcp_telemetry.py
src/harnessgym/mcp_telemetry_proxy.py
src/harnessgym/models.py
src/harnessgym/orchestrator.py
src/harnessgym/postprocess.py
src/harnessgym/prompts.py
src/harnessgym/qualification.py
src/harnessgym/registry.py
src/harnessgym/task_state.py
src/harnessgym/timeouts.py
src/harnessgym.egg-info/PKG-INFO
src/harnessgym.egg-info/SOURCES.txt
src/harnessgym.egg-info/dependency_links.txt
src/harnessgym.egg-info/entry_points.txt
src/harnessgym.egg-info/requires.txt
src/harnessgym.egg-info/top_level.txt
src/harnessgym/runners/__init__.py
src/harnessgym/runners/base.py
src/harnessgym/runners/claude_runner.py
src/harnessgym/runners/exec_runner.py
src/harnessgym/runners/fake_runner.py
src/harnessgym/runners/tui_goal_runner.py
tests/test_activation.py
tests/test_claude_mcp_bridge.py
tests/test_claude_runner.py
tests/test_compare.py
tests/test_config.py
tests/test_cpp_stencil_example.py
tests/test_exec_runner.py
tests/test_fake_e2e.py
tests/test_mcp_client.py
tests/test_mcp_telemetry_proxy.py
tests/test_post_attempt.py
tests/test_prompts.py
tests/test_qualification.py
tests/test_registry.py
tests/test_scores.py
tests/test_task_state.py
tests/test_tensor_layout_example.py
tests/test_timeouts.py
tests/test_triton_h100_example.py