LICENSE
README.md
pyproject.toml
src/dot_tasks/__init__.py
src/dot_tasks/__main__.py
src/dot_tasks/_version.py
src/dot_tasks/agents_snippet.py
src/dot_tasks/cli.py
src/dot_tasks/models.py
src/dot_tasks/prompt_ui.py
src/dot_tasks/render.py
src/dot_tasks/selector_ui.py
src/dot_tasks/service.py
src/dot_tasks/storage.py
src/dot_tasks.egg-info/PKG-INFO
src/dot_tasks.egg-info/SOURCES.txt
src/dot_tasks.egg-info/dependency_links.txt
src/dot_tasks.egg-info/entry_points.txt
src/dot_tasks.egg-info/requires.txt
src/dot_tasks.egg-info/top_level.txt
src/dot_tasks/resources/agents/task-management-dot-tasks.md
tests/test_agents_snippet.py
tests/test_cli.py
tests/test_examples_demo.py
tests/test_prompt_ui.py
tests/test_render.py
tests/test_storage.py