LICENSE
README.md
pyproject.toml
src/workforce/__init__.py
src/workforce/__main__.py
src/workforce/budget.py
src/workforce/config.py
src/workforce/doctor.py
src/workforce/github.py
src/workforce/globmatch.py
src/workforce/manager.py
src/workforce/mission.py
src/workforce/output.py
src/workforce/parallel.py
src/workforce/paths.py
src/workforce/permissions.py
src/workforce/project.py
src/workforce/reviewer.py
src/workforce/runner.py
src/workforce/specialist.py
src/workforce/stacks.py
src/workforce/stats.py
src/workforce/terminal.py
src/workforce/ticket_templates.py
src/workforce/utils.py
src/workforce/version.py
src/workforce/worktree.py
src/workforce/cli/__init__.py
src/workforce/cli/_clipboard.py
src/workforce/cli/_common.py
src/workforce/cli/_completions.py
src/workforce/cli/cleanup.py
src/workforce/cli/config.py
src/workforce/cli/dispatch.py
src/workforce/cli/init.py
src/workforce/cli/manage.py
src/workforce/cli/marketplace.py
src/workforce/cli/mcp.py
src/workforce/cli/memory.py
src/workforce/cli/merge.py
src/workforce/cli/mission.py
src/workforce/cli/panels.py
src/workforce/cli/project.py
src/workforce/cli/roster.py
src/workforce/cli/serve.py
src/workforce/cli/stats.py
src/workforce/cli/ticket.py
src/workforce/cli/webhook.py
src/workforce/mcp/__init__.py
src/workforce/mcp/server.py
src/workforce/mcp/tools.py
src/workforce/web/__init__.py
src/workforce/web/app.py
src/workforce/web/serve.py
src/workforce/webhook/__init__.py
src/workforce/webhook/config.py
src/workforce/webhook/handlers.py
src/workforce/webhook/server.py
src/workforce/webhook/verify.py
src/workforce_ai.egg-info/PKG-INFO
src/workforce_ai.egg-info/SOURCES.txt
src/workforce_ai.egg-info/dependency_links.txt
src/workforce_ai.egg-info/entry_points.txt
src/workforce_ai.egg-info/requires.txt
src/workforce_ai.egg-info/top_level.txt
tests/test_budget.py
tests/test_cli_dispatch.py
tests/test_cli_memory.py
tests/test_cli_mission.py
tests/test_cli_panels.py
tests/test_cli_project.py
tests/test_clipboard.py
tests/test_completions.py
tests/test_config.py
tests/test_doctor.py
tests/test_github.py
tests/test_globmatch.py
tests/test_init.py
tests/test_manage.py
tests/test_manager.py
tests/test_marketplace.py
tests/test_mcp.py
tests/test_mission.py
tests/test_parallel.py
tests/test_paths.py
tests/test_permissions.py
tests/test_project.py
tests/test_reviewer.py
tests/test_runner.py
tests/test_specialist.py
tests/test_stats.py
tests/test_terminal.py
tests/test_ticket.py
tests/test_utils.py
tests/test_web.py
tests/test_webhook.py
tests/test_worktree.py