CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/THIRD_PARTY_NOTICES.md
docs/architecture.md
docs/decisions.md
docs/docs.md
docs/releasing.md
docs/table.md
tests/test_file_tools.py
tests/test_harness.py
tests/test_hooks.py
tests/test_mcp.py
tests/test_mcp_optional_dependency.py
tests/test_parallel_llm.py
tests/test_parallel_tools.py
tests/test_providers.py
tests/test_resume.py
tests/test_skills.py
tests/test_structured_output.py
tests/test_subagents.py
tests/test_tool_retry.py
tests/test_tracing.py
thinharness/__init__.py
thinharness/core.py
thinharness/defaults.py
thinharness/hooks.py
thinharness/output.py
thinharness/providers.py
thinharness/py.typed
thinharness/subagents.py
thinharness/tracing.py
thinharness.egg-info/PKG-INFO
thinharness.egg-info/SOURCES.txt
thinharness.egg-info/dependency_links.txt
thinharness.egg-info/requires.txt
thinharness.egg-info/top_level.txt
thinharness/tools/__init__.py
thinharness/tools/base.py
thinharness/tools/filesystem.py
thinharness/tools/jsonl.py
thinharness/tools/mcp.py
thinharness/tools/parallel_llm.py
thinharness/tools/skills.py