LICENSE
README.md
pyproject.toml
src/workdash/__init__.py
src/workdash/__main__.py
src/workdash/analysis_cache.py
src/workdash/analyzer.py
src/workdash/backend.py
src/workdash/config.py
src/workdash/github_client.py
src/workdash/included_items.py
src/workdash/launcher.py
src/workdash/models.py
src/workdash/repo_resolver.py
src/workdash/repo_worktree.py
src/workdash/tui.py
src/workdash/workdash.py
src/workdash.egg-info/PKG-INFO
src/workdash.egg-info/SOURCES.txt
src/workdash.egg-info/dependency_links.txt
src/workdash.egg-info/entry_points.txt
src/workdash.egg-info/requires.txt
src/workdash.egg-info/top_level.txt
src/workdash/prompts/__init__.py
src/workdash/prompts/analyze_issue.txt
src/workdash/prompts/analyze_pr.txt
src/workdash/prompts/launch_issue.txt
src/workdash/prompts/launch_pr.txt
src/workdash/prompts/launch_review.txt
tests/test_analysis_cache.py
tests/test_analyzer.py
tests/test_backend.py
tests/test_config.py
tests/test_github_client.py
tests/test_included_items.py
tests/test_launcher.py
tests/test_normalization.py
tests/test_repo_resolver.py
tests/test_repo_worktree.py
tests/test_tui.py
tests/test_workdash.py