README.md
agent.py
audit.py
cli.py
config.py
exceptions.py
main.py
pyproject.toml
task_claims.py
task_filter.py
task_selector.py
telemetry.py
agents/__init__.py
agents/base.py
agents/code_reviewer.py
agents/implementer.py
agents/registry.py
agents/reviewer.py
clients/__init__.py
clients/asana.py
clients/github.py
knowledge/MEMORY.md
knowledge/__init__.py
knowledge/patterns/architecture.md
knowledge/patterns/general.md
knowledge/patterns/testing.md
knowledge/pitfalls/common_mistakes.md
knowledge/pitfalls/rejected_prs.md
knowledge/tasks/by_type.md
prompts/__init__.py
prompts/code_review_prompt.py
prompts/review_prompt.py
prompts/task_prompt.py
sweat.egg-info/PKG-INFO
sweat.egg-info/SOURCES.txt
sweat.egg-info/dependency_links.txt
sweat.egg-info/entry_points.txt
sweat.egg-info/requires.txt
sweat.egg-info/top_level.txt
tests/test_agent.py
tests/test_asana_client.py
tests/test_async_wrappers.py
tests/test_audit.py
tests/test_code_reviewer.py
tests/test_github_client.py
tests/test_implementer.py
tests/test_review_prompt.py
tests/test_reviewer.py
tests/test_task_claims.py
tests/test_task_filter.py
tests/test_task_prompt.py
tests/test_task_selector.py