LICENSE
README.md
pyproject.toml
tests/test_agent_backend_claude.py
tests/test_agent_backend_opencode.py
tests/test_agent_backend_wiring.py
tests/test_classifier.py
tests/test_claude_handoff.py
tests/test_config_layered.py
tests/test_decision_gate.py
tests/test_doctor.py
tests/test_epic_inferrer.py
tests/test_from_issue.py
tests/test_github_issues_source.py
tests/test_github_pr_sink.py
tests/test_github_projects.py
tests/test_hierarchy_base.py
tests/test_hierarchy_github.py
tests/test_jira_full_cycle.py
tests/test_log_viewer.py
tests/test_notifications_per_task.py
tests/test_project_board.py
tests/test_quality_gate.py
tests/test_rebuilder.py
tests/test_resource_monitor.py
tests/test_task_manager_reload.py
tests/test_whilly_budget_deadlock.py
tests/test_whilly_dashboard.py
tests/test_whilly_decomposer.py
tests/test_whilly_e2e_triz_prd.py
tests/test_whilly_error_handling.py
tests/test_whilly_headless.py
tests/test_whilly_state_store.py
tests/test_workflow_analyzer.py
tests/test_workflow_base.py
tests/test_workflow_github.py
tests/test_workflow_proposer.py
tests/test_workflow_sync.py
whilly/__init__.py
whilly/__main__.py
whilly/agent_runner.py
whilly/cli_legacy.py
whilly/config.py
whilly/dashboard.py
whilly/decision_gate.py
whilly/decomposer.py
whilly/doctor.py
whilly/external_integrations.py
whilly/gh_utils.py
whilly/github_converter.py
whilly/github_interactive.py
whilly/github_projects.py
whilly/history.py
whilly/jira_board.py
whilly/log_viewer.py
whilly/notifications.py
whilly/orchestrator.py
whilly/pause_control.py
whilly/prd_generator.py
whilly/prd_launcher.py
whilly/prd_wizard.py
whilly/project_board.py
whilly/py.typed
whilly/recovery.py
whilly/reporter.py
whilly/resource_monitor.py
whilly/secrets.py
whilly/self_healing.py
whilly/state_store.py
whilly/task_manager.py
whilly/tmux_runner.py
whilly/triz_analyzer.py
whilly/verifier.py
whilly/web_status.py
whilly/worktree_runner.py
whilly/adapters/__init__.py
whilly/adapters/db/__init__.py
whilly/adapters/db/pool.py
whilly/adapters/db/repository.py
whilly/adapters/db/migrations/__init__.py
whilly/adapters/db/migrations/env.py
whilly/adapters/db/migrations/versions/001_initial_schema.py
whilly/adapters/db/migrations/versions/002_workers_status.py
whilly/adapters/db/migrations/versions/__init__.py
whilly/adapters/filesystem/__init__.py
whilly/adapters/filesystem/plan_io.py
whilly/adapters/runner/__init__.py
whilly/adapters/runner/claude_cli.py
whilly/adapters/runner/result_parser.py
whilly/adapters/transport/__init__.py
whilly/adapters/transport/auth.py
whilly/adapters/transport/client.py
whilly/adapters/transport/schemas.py
whilly/adapters/transport/server.py
whilly/agents/__init__.py
whilly/agents/base.py
whilly/agents/claude.py
whilly/agents/claude_handoff.py
whilly/agents/opencode.py
whilly/classifier/__init__.py
whilly/classifier/base.py
whilly/classifier/epic_inferrer.py
whilly/classifier/heuristic.py
whilly/classifier/llm.py
whilly/classifier/matcher.py
whilly/classifier/rebuilder.py
whilly/classifier/router.py
whilly/cli/__init__.py
whilly/cli/__main__.py
whilly/cli/dashboard.py
whilly/cli/plan.py
whilly/cli/run.py
whilly/cli/worker.py
whilly/core/__init__.py
whilly/core/models.py
whilly/core/prompts.py
whilly/core/scheduler.py
whilly/core/state_machine.py
whilly/hierarchy/__init__.py
whilly/hierarchy/base.py
whilly/hierarchy/github.py
whilly/quality/__init__.py
whilly/quality/_runner.py
whilly/quality/base.py
whilly/quality/go.py
whilly/quality/multi.py
whilly/quality/node.py
whilly/quality/python.py
whilly/quality/rust.py
whilly/sinks/__init__.py
whilly/sinks/github_pr.py
whilly/sources/__init__.py
whilly/sources/github_issues.py
whilly/sources/github_issues_and_project.py
whilly/sources/jira.py
whilly/worker/__init__.py
whilly/worker/local.py
whilly/worker/main.py
whilly/worker/remote.py
whilly/workflow/__init__.py
whilly/workflow/analyzer.py
whilly/workflow/base.py
whilly/workflow/github.py
whilly/workflow/mapper.py
whilly/workflow/proposer.py
whilly/workflow/registry.py
whilly/workflow/sync.py
whilly_orchestrator.egg-info/PKG-INFO
whilly_orchestrator.egg-info/SOURCES.txt
whilly_orchestrator.egg-info/dependency_links.txt
whilly_orchestrator.egg-info/entry_points.txt
whilly_orchestrator.egg-info/requires.txt
whilly_orchestrator.egg-info/top_level.txt