README.md
pyproject.toml
setup.cfg
src/cortexpilot_orch/__init__.py
src/cortexpilot_orch/cli.py
src/cortexpilot_orch/cli_command_helpers.py
src/cortexpilot_orch/cli_coverage_helpers.py
src/cortexpilot_orch/cli_runtime_helpers.py
src/cortexpilot_orch/config.py
src/cortexpilot_orch/mcp_entrypoints.py
src/cortexpilot_orch/mcp_queue_pilot_server.py
src/cortexpilot_orch/mcp_readonly_server.py
src/cortexpilot_orch/api/__init__.py
src/cortexpilot_orch/api/artifact_helpers.py
src/cortexpilot_orch/api/deps.py
src/cortexpilot_orch/api/event_cursor.py
src/cortexpilot_orch/api/main.py
src/cortexpilot_orch/api/main_pm_intake_helpers.py
src/cortexpilot_orch/api/main_run_views_helpers.py
src/cortexpilot_orch/api/main_runs_handlers.py
src/cortexpilot_orch/api/main_state_store_helpers.py
src/cortexpilot_orch/api/pm_session_aggregation.py
src/cortexpilot_orch/api/pm_session_aggregation_alerts.py
src/cortexpilot_orch/api/pm_session_aggregation_context.py
src/cortexpilot_orch/api/pm_session_aggregation_filters.py
src/cortexpilot_orch/api/pm_session_aggregation_graph.py
src/cortexpilot_orch/api/pm_session_aggregation_views.py
src/cortexpilot_orch/api/routes_admin.py
src/cortexpilot_orch/api/routes_intake.py
src/cortexpilot_orch/api/routes_pm.py
src/cortexpilot_orch/api/routes_runs.py
src/cortexpilot_orch/api/run_state_helpers.py
src/cortexpilot_orch/api/search_payload_helpers.py
src/cortexpilot_orch/api/security_validators.py
src/cortexpilot_orch/chain/__init__.py
src/cortexpilot_orch/chain/chain_lifecycle.py
src/cortexpilot_orch/chain/chain_reporting.py
src/cortexpilot_orch/chain/helpers.py
src/cortexpilot_orch/chain/parsers.py
src/cortexpilot_orch/chain/runner.py
src/cortexpilot_orch/chain/runner_execution_helpers.py
src/cortexpilot_orch/chain/runtime_helpers.py
src/cortexpilot_orch/contract/__init__.py
src/cortexpilot_orch/contract/compiler.py
src/cortexpilot_orch/contract/role_config_registry.py
src/cortexpilot_orch/contract/validator.py
src/cortexpilot_orch/gates/__init__.py
src/cortexpilot_orch/gates/diff_gate.py
src/cortexpilot_orch/gates/integrated_gate.py
src/cortexpilot_orch/gates/mcp_concurrency_gate.py
src/cortexpilot_orch/gates/mcp_gate.py
src/cortexpilot_orch/gates/network_gate.py
src/cortexpilot_orch/gates/path_match.py
src/cortexpilot_orch/gates/reviewer_gate.py
src/cortexpilot_orch/gates/sampling_gate.py
src/cortexpilot_orch/gates/schema_gate.py
src/cortexpilot_orch/gates/tests_gate.py
src/cortexpilot_orch/gates/tool_gate.py
src/cortexpilot_orch/locks/__init__.py
src/cortexpilot_orch/locks/locker.py
src/cortexpilot_orch/observability/__init__.py
src/cortexpilot_orch/observability/codex_event_parser.py
src/cortexpilot_orch/observability/logger.py
src/cortexpilot_orch/observability/tracer.py
src/cortexpilot_orch/planning/__init__.py
src/cortexpilot_orch/planning/coverage_chain.py
src/cortexpilot_orch/planning/intake.py
src/cortexpilot_orch/planning/intake_generation_helpers.py
src/cortexpilot_orch/planning/intake_plan_bundle_helpers.py
src/cortexpilot_orch/planning/intake_policy_helpers.py
src/cortexpilot_orch/policy/__init__.py
src/cortexpilot_orch/policy/browser_policy_resolver.py
src/cortexpilot_orch/queue/__init__.py
src/cortexpilot_orch/queue/store.py
src/cortexpilot_orch/queue/test_store.py
src/cortexpilot_orch/replay/__init__.py
src/cortexpilot_orch/replay/reexec_flow.py
src/cortexpilot_orch/replay/replay_helpers.py
src/cortexpilot_orch/replay/replayer.py
src/cortexpilot_orch/replay/replayer_reexecute_helpers.py
src/cortexpilot_orch/replay/replayer_verify_helpers.py
src/cortexpilot_orch/replay/verify_flow.py
src/cortexpilot_orch/reviewer/__init__.py
src/cortexpilot_orch/reviewer/reviewer.py
src/cortexpilot_orch/runners/__init__.py
src/cortexpilot_orch/runners/agents_binding.py
src/cortexpilot_orch/runners/agents_contract_flow.py
src/cortexpilot_orch/runners/agents_events.py
src/cortexpilot_orch/runners/agents_handoff.py
src/cortexpilot_orch/runners/agents_handoff_runtime.py
src/cortexpilot_orch/runners/agents_mcp_config.py
src/cortexpilot_orch/runners/agents_mcp_execution_helpers.py
src/cortexpilot_orch/runners/agents_mcp_runtime.py
src/cortexpilot_orch/runners/agents_mcp_runtime_helpers.py
src/cortexpilot_orch/runners/agents_payload.py
src/cortexpilot_orch/runners/agents_prompting.py
src/cortexpilot_orch/runners/agents_runner.py
src/cortexpilot_orch/runners/agents_runner_execution_helpers.py
src/cortexpilot_orch/runners/agents_runner_phase2_helpers.py
src/cortexpilot_orch/runners/agents_runner_result_helpers.py
src/cortexpilot_orch/runners/agents_runtime_helpers.py
src/cortexpilot_orch/runners/agents_session.py
src/cortexpilot_orch/runners/agents_stream_flow.py
src/cortexpilot_orch/runners/agents_stream_runtime.py
src/cortexpilot_orch/runners/agents_stream_watch_helpers.py
src/cortexpilot_orch/runners/app_server_runner.py
src/cortexpilot_orch/runners/codex_runner.py
src/cortexpilot_orch/runners/common.py
src/cortexpilot_orch/runners/execution_adapter.py
src/cortexpilot_orch/runners/langgraph_contract_subflow.py
src/cortexpilot_orch/runners/langgraph_stream_subflow.py
src/cortexpilot_orch/runners/mcp_adapter_runtime.py
src/cortexpilot_orch/runners/mcp_logging.py
src/cortexpilot_orch/runners/mcp_server_lifecycle.py
src/cortexpilot_orch/runners/mcp_streaming.py
src/cortexpilot_orch/runners/provider_capability.py
src/cortexpilot_orch/runners/provider_resolution.py
src/cortexpilot_orch/runners/tool_runner.py
src/cortexpilot_orch/runtime/__init__.py
src/cortexpilot_orch/runtime/retention.py
src/cortexpilot_orch/runtime/space_governance.py
src/cortexpilot_orch/scheduler/__init__.py
src/cortexpilot_orch/scheduler/approval_flow.py
src/cortexpilot_orch/scheduler/artifact_pipeline.py
src/cortexpilot_orch/scheduler/artifact_refs.py
src/cortexpilot_orch/scheduler/core_helpers.py
src/cortexpilot_orch/scheduler/evidence_pipeline.py
src/cortexpilot_orch/scheduler/execute_flow.py
src/cortexpilot_orch/scheduler/execute_task_pipeline.py
src/cortexpilot_orch/scheduler/execute_task_preflight.py
src/cortexpilot_orch/scheduler/execute_task_types.py
src/cortexpilot_orch/scheduler/failure_handling.py
src/cortexpilot_orch/scheduler/gate_orchestration.py
src/cortexpilot_orch/scheduler/manifest_lifecycle.py
src/cortexpilot_orch/scheduler/policy_pipeline.py
src/cortexpilot_orch/scheduler/preflight_gate_pipeline.py
src/cortexpilot_orch/scheduler/preflight_gate_runtime_helpers.py
src/cortexpilot_orch/scheduler/preflight_gate_types.py
src/cortexpilot_orch/scheduler/report_builders.py
src/cortexpilot_orch/scheduler/rollback_pipeline.py
src/cortexpilot_orch/scheduler/runtime_bootstrap.py
src/cortexpilot_orch/scheduler/runtime_utils.py
src/cortexpilot_orch/scheduler/scheduler.py
src/cortexpilot_orch/scheduler/scheduler_bridge.py
src/cortexpilot_orch/scheduler/scheduler_bridge_contract.py
src/cortexpilot_orch/scheduler/scheduler_bridge_finalize.py
src/cortexpilot_orch/scheduler/scheduler_bridge_runtime.py
src/cortexpilot_orch/scheduler/task_build_pipeline.py
src/cortexpilot_orch/scheduler/task_execution_pipeline.py
src/cortexpilot_orch/scheduler/task_execution_review_helpers.py
src/cortexpilot_orch/scheduler/task_execution_runtime_helpers.py
src/cortexpilot_orch/scheduler/test_pipeline.py
src/cortexpilot_orch/scheduler/test_test_pipeline_security.py
src/cortexpilot_orch/scheduler/test_wave_b1_security.py
src/cortexpilot_orch/scheduler/test_wave_b2_regressions.py
src/cortexpilot_orch/scheduler/tool_execution_pipeline.py
src/cortexpilot_orch/services/__init__.py
src/cortexpilot_orch/services/control_plane_read_service.py
src/cortexpilot_orch/services/operator_copilot.py
src/cortexpilot_orch/services/orchestration_service.py
src/cortexpilot_orch/services/rollback_service.py
src/cortexpilot_orch/services/session_index_service.py
src/cortexpilot_orch/store/__init__.py
src/cortexpilot_orch/store/intake_store.py
src/cortexpilot_orch/store/run_store.py
src/cortexpilot_orch/store/run_store_archive_helpers.py
src/cortexpilot_orch/store/run_store_codex_helpers.py
src/cortexpilot_orch/store/run_store_event_types.py
src/cortexpilot_orch/store/run_store_primitives.py
src/cortexpilot_orch/store/run_store_tool_call_helpers.py
src/cortexpilot_orch/store/run_store_write_helpers.py
src/cortexpilot_orch/store/session_map.py
src/cortexpilot_orch/store/test_run_store_security.py
src/cortexpilot_orch/store/workflow_case_store.py
src/cortexpilot_orch/temporal/__init__.py
src/cortexpilot_orch/temporal/manager.py
src/cortexpilot_orch/temporal/runner.py
src/cortexpilot_orch/temporal/test_workflows.py
src/cortexpilot_orch/temporal/worker.py
src/cortexpilot_orch/temporal/workflows.py
src/cortexpilot_orch/transport/__init__.py
src/cortexpilot_orch/transport/codex_profile_pool.py
src/cortexpilot_orch/transport/mcp_jsonl.py
src/cortexpilot_orch/worktrees/__init__.py
src/cortexpilot_orch/worktrees/manager.py
src/cortexpilot_orchestrator.egg-info/PKG-INFO
src/cortexpilot_orchestrator.egg-info/SOURCES.txt
src/cortexpilot_orchestrator.egg-info/dependency_links.txt
src/cortexpilot_orchestrator.egg-info/entry_points.txt
src/cortexpilot_orchestrator.egg-info/requires.txt
src/cortexpilot_orchestrator.egg-info/top_level.txt
tests/test_agents_and_codex_runner_detailed.py
tests/test_agents_and_codex_runner_detailed_tail.py
tests/test_agents_contract_flow_helpers.py
tests/test_agents_handoff_chain.py
tests/test_agents_handoff_runtime_single_flow.py
tests/test_agents_mcp_execution_helpers_branches.py
tests/test_agents_prompting_branch_matrix_extra.py
tests/test_agents_prompting_parity.py
tests/test_agents_runner_behavior_parity.py
tests/test_agents_runner_execution_helpers.py
tests/test_agents_runner_failure_matrix_extra.py
tests/test_agents_runner_failure_matrix_extra_tail.py
tests/test_agents_runner_helpers_extra.py
tests/test_agents_runner_helpers_extra_tail.py
tests/test_agents_runner_phase2_helpers_branches.py
tests/test_agents_runner_stream_and_handoff_branches.py
tests/test_agents_runtime_helpers_extra.py
tests/test_api_main.py
tests/test_api_main_branch_matrix_extra.py
tests/test_api_main_coverage_extra.py
tests/test_api_main_pm_sessions.py
tests/test_api_main_runtime_views.py
tests/test_api_operator_copilot_route.py
tests/test_api_role_config.py
tests/test_app_server_runner_branches.py
tests/test_browser_policy_resolver.py
tests/test_browser_runner.py
tests/test_browser_session_manager.py
tests/test_build_governance_closeout_report.py
tests/test_chain_context_policy.py
tests/test_chain_helpers.py
tests/test_chain_helpers_extra.py
tests/test_chain_lifecycle_integration_non_e2e.py
tests/test_chain_runner.py
tests/test_chain_runner_dependency_artifacts.py
tests/test_chain_runner_edge_cases.py
tests/test_chain_runner_extended.py
tests/test_chain_runner_fanin_summary.py
tests/test_chain_runner_helpers_deep.py
tests/test_chain_runner_lifecycle.py
tests/test_chain_runtime_helpers_f2.py
tests/test_ci_current_run_report_contracts.py
tests/test_ci_governance_policy_extended.py
tests/test_ci_release_context_and_governance_dashboard.py
tests/test_ci_runner_drift.py
tests/test_cli_commands.py
tests/test_cli_coverage_helpers.py
tests/test_cli_helpers_extra.py
tests/test_cli_runtime_helpers_additional.py
tests/test_codex_event_parser.py
tests/test_codex_jsonl_pipeline_markdown.py
tests/test_codex_jsonl_provider_codex.py
tests/test_codex_runner_branch_matrix_extra.py
tests/test_command_tower_overview.py
tests/test_compiler_branch_matrix_extra.py
tests/test_contract_examples_failure_samples.py
tests/test_coverage_boost_deep_contract_and_tools.py
tests/test_coverage_boost_deep_contract_and_tools_tail.py
tests/test_coverage_boost_misc.py
tests/test_coverage_chain_builder.py
tests/test_coverage_chain_helpers_extra.py
tests/test_coverage_d2_artifact_bridge_retention.py
tests/test_coverage_repo95_helper_modules.py
tests/test_coverage_round4_agents_stream_runtime.py
tests/test_coverage_round4_runtime_reviewer_modules.py
tests/test_coverage_sprint_e1_cli_runtime_helpers.py
tests/test_coverage_sprint_g_small_fat_helpers.py
tests/test_coverage_sprint_h_final95_helpers.py
tests/test_diff_gate.py
tests/test_diff_gate_extended.py
tests/test_docker_runtime_governance.py
tests/test_docs_fact_boundary_gate.py
tests/test_e2e_external_web_probe.py
tests/test_env_governance_script.py
tests/test_evals_gate.py
tests/test_event_schema.py
tests/test_execute_task_preflight.py
tests/test_execution_adapter.py
tests/test_fix_loop_integration.py
tests/test_frontdoor_contract_gate.py
tests/test_gates.py
tests/test_generate_storefront_proof_pack_index.py
tests/test_github_control_plane.py
tests/test_high_order_testing_pilot.py
tests/test_intake_branch_matrix_extra.py
tests/test_intake_d3_extra.py
tests/test_intake_helpers_coverage.py
tests/test_intake_plan_bundle.py
tests/test_intake_policy_helpers_extra.py
tests/test_intake_preview_helpers.py
tests/test_integrated_gate.py
tests/test_integration.py
tests/test_locker_additional.py
tests/test_locker_branch_matrix_extra.py
tests/test_locker_d3_extra.py
tests/test_locker_extended.py
tests/test_low_coverage_helpers_extra.py
tests/test_low_coverage_helpers_extra_tail.py
tests/test_main_helpers_coverage_f1.py
tests/test_main_pm_intake_helpers_branches.py
tests/test_main_runs_handlers_failure_classification.py
tests/test_matrix_compiler_merge.py
tests/test_mcp_adapter_runtime.py
tests/test_mcp_queue_pilot_server.py
tests/test_mcp_readonly_server.py
tests/test_network_gate.py
tests/test_new_flow_modules.py
tests/test_news_digest_template.py
tests/test_observability_logger.py
tests/test_operator_copilot_service.py
tests/test_p1_agents_stream_watch_helpers.py
tests/test_p1_langgraph_contract_flow.py
tests/test_p1_langgraph_contract_subflow_impl.py
tests/test_p1_langgraph_integration_matrix.py
tests/test_p1_langgraph_stream_flow.py
tests/test_p1_langgraph_stream_subflow_impl.py
tests/test_p1_manifest_lifecycle_langgraph.py
tests/test_p1_runners_exports_langgraph.py
tests/test_p1_superpowers_gate.py
tests/test_plan_compiler.py
tests/test_pm_chat_e2e_script_guardrails.py
tests/test_pm_session_aggregation_context.py
tests/test_pm_session_aggregation_context_edges.py
tests/test_pm_session_aggregation_views.py
tests/test_policy_registry_alignment.py
tests/test_provider_resolution_gemini_only.py
tests/test_queue.py
tests/test_refresh_governance_evidence_manifest.py
tests/test_replayer_additional.py
tests/test_replayer_branch_coverage.py
tests/test_replayer_helper_matrix_extra.py
tests/test_replayer_strict_branches.py
tests/test_repo_chrome_singleton.py
tests/test_repo_coverage_aggregate_selection.py
tests/test_reviewer_gate_extended.py
tests/test_reviewer_gate_snapshot.py
tests/test_reviewer_logic.py
tests/test_rollback_service.py
tests/test_round4_config_branches.py
tests/test_round4_main_runs_handlers_branches.py
tests/test_round4_routes_admin_branches.py
tests/test_run_store.py
tests/test_run_store_helpers.py
tests/test_runner_helpers_coverage_f1.py
tests/test_runners.py
tests/test_runners_mcp_new_modules.py
tests/test_runtime_log_path_guardrails.py
tests/test_runtime_retention.py
tests/test_runtime_retention_extra.py
tests/test_sampling_runner.py
tests/test_scheduler_artifact_pipeline_edges.py
tests/test_scheduler_artifact_pipeline_new.py
tests/test_scheduler_behavior_parity.py
tests/test_scheduler_branch_matrix_extra.py
tests/test_scheduler_branch_matrix_extra_tail.py
tests/test_scheduler_bridge_finalize_edges.py
tests/test_scheduler_bridge_runtime.py
tests/test_scheduler_bridge_runtime_branches.py
tests/test_scheduler_core_helpers_parity.py
tests/test_scheduler_coverage_extra.py
tests/test_scheduler_early_failure_paths_extra.py
tests/test_scheduler_failures.py
tests/test_scheduler_helpers.py
tests/test_scheduler_helpers_extra.py
tests/test_scheduler_paths.py
tests/test_scheduler_pipelines_new.py
tests/test_scheduler_policy_pipeline_new.py
tests/test_scheduler_preflight_gate_runtime_helpers.py
tests/test_scheduler_rollback_pipeline_new.py
tests/test_scheduler_task_execution_runtime_flow.py
tests/test_scheduler_task_execution_runtime_flow_branches.py
tests/test_scheduler_task_execution_runtime_helpers.py
tests/test_scheduler_tool_execution_pipeline_new.py
tests/test_schema_aliases.py
tests/test_schema_gate.py
tests/test_schema_validation.py
tests/test_search_payload_helpers_extra.py
tests/test_search_pipeline_history.py
tests/test_search_role_gate.py
tests/test_search_web_strict.py
tests/test_security_wave_zero_coverage_modules.py
tests/test_self_heal_delegated_coverage.py
tests/test_session_alias_store.py
tests/test_session_index_service.py
tests/test_session_map_extended.py
tests/test_space_governance.py
tests/test_storefront_proof_assets_gate.py
tests/test_sync_ui_button_matrix.py
tests/test_tampermonkey_artifacts.py
tests/test_task_pack_registry.py
tests/test_temporal_manager.py
tests/test_temporal_runner.py
tests/test_temporal_workflows.py
tests/test_tests_gate_extended.py
tests/test_tests_gate_mutation_regressions.py
tests/test_tool_gate_allowlist.py
tests/test_tool_gate_d3_extra.py
tests/test_tool_gate_extended.py
tests/test_tool_pipeline_integration.py
tests/test_tool_runner_errors.py
tests/test_tool_runner_mcp_adapters.py
tests/test_tracer.py
tests/test_transport_modules.py
tests/test_ui_failure_taxonomy_mapping.py
tests/test_ui_full_e2e_gemini_analyzer_retry.py
tests/test_ui_full_e2e_strict_gate.py
tests/test_ui_playwright_bootstrap.py
tests/test_ui_wait_guards.py
tests/test_upstream_same_run_cohesion_report.py
tests/test_validator_and_compiler.py
tests/test_validator_coverage_sprint.py
tests/test_verify_upstream_slices.py
tests/test_workflow_runner_governance.py
tests/test_worktree_lock.py
tests/test_worktree_manager_extended.py