LICENSE
README.md
pyproject.toml
src/worca/README.md
src/worca/__init__.py
src/worca/settings.json
src/worca/agents/__init__.py
src/worca/agents/core/coordinate.block.md
src/worca/agents/core/coordinator.md
src/worca/agents/core/guardian.md
src/worca/agents/core/implement.block.md
src/worca/agents/core/implementer.md
src/worca/agents/core/learn.block.md
src/worca/agents/core/learner.md
src/worca/agents/core/plan-review.block.md
src/worca/agents/core/plan.block.md
src/worca/agents/core/plan_reviewer.md
src/worca/agents/core/planner.md
src/worca/agents/core/pr.block.md
src/worca/agents/core/review.block.md
src/worca/agents/core/reviewer.md
src/worca/agents/core/test.block.md
src/worca/agents/core/tester.md
src/worca/claude_hooks/__init__.py
src/worca/claude_hooks/post_tool_use.py
src/worca/claude_hooks/pre_compact.py
src/worca/claude_hooks/pre_tool_use.py
src/worca/claude_hooks/session_end.py
src/worca/claude_hooks/session_start.py
src/worca/claude_hooks/stop.py
src/worca/claude_hooks/subagent_start.py
src/worca/claude_hooks/subagent_stop.py
src/worca/claude_hooks/user_prompt_submit.py
src/worca/cli/__init__.py
src/worca/cli/control.py
src/worca/cli/init.py
src/worca/cli/main.py
src/worca/cli/run_pipeline.py
src/worca/cli/templates.py
src/worca/events/__init__.py
src/worca/events/emitter.py
src/worca/events/hook_emitter.py
src/worca/events/types.py
src/worca/events/webhook.py
src/worca/hooks/__init__.py
src/worca/hooks/guard.py
src/worca/hooks/plan_check.py
src/worca/hooks/prompt.py
src/worca/hooks/session.py
src/worca/hooks/test_gate.py
src/worca/hooks/tracking.py
src/worca/orchestrator/__init__.py
src/worca/orchestrator/batch.py
src/worca/orchestrator/cleanup.py
src/worca/orchestrator/control.py
src/worca/orchestrator/error_classifier.py
src/worca/orchestrator/events.py
src/worca/orchestrator/overlay.py
src/worca/orchestrator/prompt_builder.py
src/worca/orchestrator/registry.py
src/worca/orchestrator/resume.py
src/worca/orchestrator/runner.py
src/worca/orchestrator/stages.py
src/worca/orchestrator/templates.py
src/worca/orchestrator/work_request.py
src/worca/schemas/coordinate.json
src/worca/schemas/implement.json
src/worca/schemas/learn.json
src/worca/schemas/plan.json
src/worca/schemas/plan_review.json
src/worca/schemas/pr.json
src/worca/schemas/review.json
src/worca/schemas/test_result.json
src/worca/schemas/work_request.json
src/worca/scripts/__init__.py
src/worca/scripts/preflight_checks.py
src/worca/scripts/run_batch.py
src/worca/scripts/run_learn.py
src/worca/scripts/run_multi.py
src/worca/scripts/run_parallel.py
src/worca/scripts/run_pipeline.py
src/worca/scripts/sync_commit.py
src/worca/scripts/sync_pr.py
src/worca/scripts/worca_lifecycle.py
src/worca/state/__init__.py
src/worca/state/status.py
src/worca/templates/bugfix/template.json
src/worca/templates/bugfix/agents/coordinator.md
src/worca/templates/bugfix/agents/planner.md
src/worca/templates/feature/template.json
src/worca/templates/investigate/template.json
src/worca/templates/investigate/agents/planner.md
src/worca/templates/quick-fix/template.json
src/worca/templates/quick-fix/agents/coordinator.md
src/worca/templates/quick-fix/agents/planner.md
src/worca/templates/refactor/template.json
src/worca/templates/refactor/agents/guardian.md
src/worca/templates/refactor/agents/planner.md
src/worca/templates/test-only/template.json
src/worca/templates/test-only/agents/coordinator.md
src/worca/templates/test-only/agents/implementer.md
src/worca/templates/test-only/agents/planner.md
src/worca/utils/__init__.py
src/worca/utils/beads.py
src/worca/utils/claude_cli.py
src/worca/utils/env.py
src/worca/utils/gh_issues.py
src/worca/utils/git.py
src/worca/utils/project_registry.py
src/worca/utils/rebuild_stats.py
src/worca/utils/settings.py
src/worca/utils/stats.py
src/worca/utils/test_claude_cli.py
src/worca/utils/token_usage.py
src/worca_cc.egg-info/PKG-INFO
src/worca_cc.egg-info/SOURCES.txt
src/worca_cc.egg-info/dependency_links.txt
src/worca_cc.egg-info/entry_points.txt
src/worca_cc.egg-info/requires.txt
src/worca_cc.egg-info/top_level.txt
tests/test_agent_md_refs.py
tests/test_agent_telemetry.py
tests/test_batch.py
tests/test_bd_create_hook.py
tests/test_beads.py
tests/test_beads_init.py
tests/test_block_files.py
tests/test_builtin_templates.py
tests/test_circuit_breaker_exception.py
tests/test_claude_cli.py
tests/test_cleanup_policy.py
tests/test_cli_init.py
tests/test_cli_main.py
tests/test_cli_run_pipeline.py
tests/test_cli_templates.py
tests/test_cli_version.py
tests/test_control.py
tests/test_control_webhook_handling.py
tests/test_e2e_w027.py
tests/test_error_classifier.py
tests/test_event_emitter.py
tests/test_event_types.py
tests/test_events.py
tests/test_gh_issues.py
tests/test_git.py
tests/test_git_worktree.py
tests/test_guard.py
tests/test_hook_emitter.py
tests/test_hook_governance_events.py
tests/test_iteration_resume.py
tests/test_learn_schema.py
tests/test_learner_agent.py
tests/test_multi_pipeline.py
tests/test_orchestrator_events.py
tests/test_overlay.py
tests/test_overlay_placeholders.py
tests/test_plan_check.py
tests/test_plan_file_location.py
tests/test_plan_review_schema.py
tests/test_plan_reviewer_agent.py
tests/test_preflight_checks.py
tests/test_preset_templates.py
tests/test_project_registry.py
tests/test_prompt.py
tests/test_prompt_builder.py
tests/test_prompt_builder_context_persistence.py
tests/test_prompt_builder_learn.py
tests/test_registry.py
tests/test_resolve_agent_integration.py
tests/test_resume.py
tests/test_run_id.py
tests/test_run_learn_script.py
tests/test_run_parallel.py
tests/test_run_pipeline.py
tests/test_runner.py
tests/test_runner_circuit_breaker.py
tests/test_runner_control_polling.py
tests/test_runner_git_divergence.py
tests/test_runner_learn.py
tests/test_runner_lifecycle.py
tests/test_runner_plan_review.py
tests/test_runner_preflight.py
tests/test_session.py
tests/test_settings.py
tests/test_settings_circuit_breaker.py
tests/test_settings_event_webhook_budget_defaults.py
tests/test_settings_learn.py
tests/test_settings_plan_review.py
tests/test_skip_preflight.py
tests/test_stages.py
tests/test_stats_merge.py
tests/test_status.py
tests/test_templates.py
tests/test_templates_utils.py
tests/test_test_gate.py
tests/test_test_gate_persistence.py
tests/test_token_usage.py
tests/test_tracking.py
tests/test_webhook_config_validation.py
tests/test_webhook_delivery.py
tests/test_webhook_schemas.py
tests/test_webhook_spec.py
tests/test_worca_cli.py
tests/test_worca_init_blocks.py
tests/test_work_request.py
tests/test_worktree_mode.py