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/agents/core/workspace_planner.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/skill_use.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/cleanup.py
src/worca/cli/control.py
src/worca/cli/graphify_cmd.py
src/worca/cli/init.py
src/worca/cli/main.py
src/worca/cli/run_pipeline.py
src/worca/cli/templates.py
src/worca/cli/workspace.py
src/worca/events/__init__.py
src/worca/events/dispatch_external.py
src/worca/events/emitter.py
src/worca/events/fleet_emitter.py
src/worca/events/hook_emitter.py
src/worca/events/types.py
src/worca/events/webhook.py
src/worca/events/workspace_emitter.py
src/worca/hooks/__init__.py
src/worca/hooks/agent_role.py
src/worca/hooks/graphify_nudge.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/cleanup.py
src/worca/orchestrator/control.py
src/worca/orchestrator/effort.py
src/worca/orchestrator/error_classifier.py
src/worca/orchestrator/events.py
src/worca/orchestrator/fleet_lifecycle.py
src/worca/orchestrator/fleet_manifest.py
src/worca/orchestrator/guardian_context.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/__init__.py
src/worca/schemas/coordinate.json
src/worca/schemas/implement.json
src/worca/schemas/keys.json
src/worca/schemas/learn.json
src/worca/schemas/plan.json
src/worca/schemas/plan_review.json
src/worca/schemas/pr-deferred.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/schemas/workspace.json
src/worca/schemas/workspace_plan.json
src/worca/scripts/__init__.py
src/worca/scripts/graphify_preflight.py
src/worca/scripts/preflight_checks.py
src/worca/scripts/run_fleet.py
src/worca/scripts/run_learn.py
src/worca/scripts/run_parallel.py
src/worca/scripts/run_pipeline.py
src/worca/scripts/run_workspace.py
src/worca/scripts/run_worktree.py
src/worca/scripts/sync_commit.py
src/worca/scripts/sync_pr.py
src/worca/scripts/worca_lifecycle.py
src/worca/skills/worca-analyze/SKILL.md
src/worca/skills/worca-template/SKILL.md
src/worca/state/__init__.py
src/worca/state/status.py
src/worca/templates/graphify-hooks.json
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/feature-minor/template.json
src/worca/templates/investigate/template.json
src/worca/templates/investigate/agents/guardian.md
src/worca/templates/investigate/agents/planner.md
src/worca/templates/investigate/agents/pr.block.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/planner.md
src/worca/templates/refactor/agents/reviewer.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/branch_naming.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/graphify.py
src/worca/utils/paths.py
src/worca/utils/pr_url.py
src/worca/utils/proc.py
src/worca/utils/proc_registry.py
src/worca/utils/project_registry.py
src/worca/utils/rebuild_stats.py
src/worca/utils/runtime.py
src/worca/utils/settings.py
src/worca/utils/stats.py
src/worca/utils/token_usage.py
src/worca/workspace/__init__.py
src/worca/workspace/dag_executor.py
src/worca/workspace/init.py
src/worca/workspace/integration_test.py
src/worca/workspace/lifecycle.py
src/worca/workspace/manifest.py
src/worca/workspace/pr_linker.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_pid.py
tests/test_agent_telemetry.py
tests/test_audit_fixes_121_122.py
tests/test_bd_create_hook.py
tests/test_beads.py
tests/test_beads_init.py
tests/test_block_files.py
tests/test_branch_naming.py
tests/test_builtin_templates.py
tests/test_circuit_breaker_exception.py
tests/test_claude_cli.py
tests/test_claude_cli_logging.py
tests/test_claude_cli_registry.py
tests/test_cleanup_policy.py
tests/test_cli_cleanup.py
tests/test_cli_init.py
tests/test_cli_integrations_status.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_coordinate_schema.py
tests/test_coverage_script.py
tests/test_daemon_stop_in_finalizer.py
tests/test_dag_executor.py
tests/test_deferred_pr.py
tests/test_denylist_sync.py
tests/test_dispatch_default_normalization.py
tests/test_dispatch_external.py
tests/test_e2e_w027.py
tests/test_effort.py
tests/test_emitter_sync.py
tests/test_error_classifier.py
tests/test_event_emitter.py
tests/test_event_types.py
tests/test_events.py
tests/test_filter_model_env.py
tests/test_fleet_circuit_breaker.py
tests/test_fleet_dispatch.py
tests/test_fleet_docs.py
tests/test_fleet_events.py
tests/test_fleet_graphify_per_child.py
tests/test_fleet_lifecycle.py
tests/test_fleet_manifest.py
tests/test_fleet_plan_modes.py
tests/test_fleet_resume.py
tests/test_gh_issues.py
tests/test_git.py
tests/test_git_worktree.py
tests/test_graphify_cache.py
tests/test_graphify_cli.py
tests/test_graphify_detect.py
tests/test_graphify_nudge.py
tests/test_graphify_preflight.py
tests/test_graphify_settings.py
tests/test_guard.py
tests/test_guardian_context.py
tests/test_guardian_state_machine.py
tests/test_guide_conflict_emission.py
tests/test_hook_emitter.py
tests/test_hook_governance_events.py
tests/test_implement_schema.py
tests/test_init.py
tests/test_init_graphify_hooks.py
tests/test_init_migration.py
tests/test_integration_test.py
tests/test_investigate_template.py
tests/test_iteration_resume.py
tests/test_keys_schema.py
tests/test_learn_schema.py
tests/test_learner_agent.py
tests/test_migration_fleet.py
tests/test_migration_workspace.py
tests/test_mock_claude_watchdog.py
tests/test_model_resolver.py
tests/test_no_stray_tests.py
tests/test_orchestrator_events.py
tests/test_overlay.py
tests/test_overlay_placeholders.py
tests/test_pipeline_interrupted.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_post_guardian_graphify.py
tests/test_pr_linker.py
tests/test_pr_schema.py
tests/test_pr_url_parser.py
tests/test_preflight_checks.py
tests/test_preset_templates.py
tests/test_proc.py
tests/test_proc_registry.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_design_notes.py
tests/test_prompt_builder_learn.py
tests/test_registry.py
tests/test_registry_grouping.py
tests/test_resolve_agent_integration.py
tests/test_resume.py
tests/test_run_fleet.py
tests/test_run_id.py
tests/test_run_learn_script.py
tests/test_run_parallel.py
tests/test_run_pipeline.py
tests/test_run_workspace.py
tests/test_run_worktree.py
tests/test_run_worktree_copy_config.py
tests/test_runner.py
tests/test_runner_active_run.py
tests/test_runner_backfill_resume.py
tests/test_runner_circuit_breaker.py
tests/test_runner_control_polling.py
tests/test_runner_design_notes.py
tests/test_runner_effort.py
tests/test_runner_effort_backfill.py
tests/test_runner_git_divergence.py
tests/test_runner_graphify_count.py
tests/test_runner_implement_loopback.py
tests/test_runner_interrupted_handler.py
tests/test_runner_learn.py
tests/test_runner_lifecycle.py
tests/test_runner_plan_review.py
tests/test_runner_pr_approval.py
tests/test_runner_pr_verification.py
tests/test_runner_preflight.py
tests/test_runtime.py
tests/test_runtime_propagate.py
tests/test_session.py
tests/test_session_orphan_sweep.py
tests/test_settings.py
tests/test_settings_circuit_breaker.py
tests/test_settings_event_webhook_budget_defaults.py
tests/test_settings_global_fallback.py
tests/test_settings_learn.py
tests/test_settings_normalize.py
tests/test_settings_plan_review.py
tests/test_skill_use.py
tests/test_skip_beads_in_setup_helpers.py
tests/test_skip_preflight.py
tests/test_stages.py
tests/test_stats_merge.py
tests/test_status.py
tests/test_status_enums.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_utf8_encoding.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_home_snapshot_filter.py
tests/test_worca_init_blocks.py
tests/test_work_request.py
tests/test_workspace_diamond_integration.py
tests/test_workspace_docs.py
tests/test_workspace_event_types.py
tests/test_workspace_events.py
tests/test_workspace_halt.py
tests/test_workspace_init.py
tests/test_workspace_init_timeout.py
tests/test_workspace_manifest.py
tests/test_workspace_plan_schema.py
tests/test_workspace_planner_integration.py
tests/test_workspace_planner_template.py
tests/test_workspace_resume.py
tests/test_workspace_review_fixes.py
tests/test_workspace_schema.py
tests/test_worktree_graphify_inheritance.py
tests/test_worktree_mode.py