.gitignore
Dockerfile
README.md
pyproject.toml
requirements.txt
uv.lock
.github/agents/taskmaster-cli.agent.md
.github/agents/taskmaster.agent.md
.github/workflows/publish-pypi.yml
.github/workflows/publish.yml
.github/workflows/secret-scan.yml
CopilotTaskMaster.egg-info/PKG-INFO
CopilotTaskMaster.egg-info/SOURCES.txt
CopilotTaskMaster.egg-info/dependency_links.txt
CopilotTaskMaster.egg-info/entry_points.txt
CopilotTaskMaster.egg-info/requires.txt
CopilotTaskMaster.egg-info/top_level.txt
taskmaster/__init__.py
taskmaster/_version.py
taskmaster/cli.py
taskmaster/mcp_server.py
taskmaster/search.py
taskmaster/task_manager.py
taskmaster/utils.py
tasks/examples/implement-search.md
tasks/examples/mcp-integration.md
tasks/examples/setup-project.md
tasks/mcp/task1.md
tests/__init__.py
tests/test_cli.py
tests/test_mcp.py
tests/test_taskmaster.py
tests/test_version.py