LICENSE
README.md
pyproject.toml
src/gh_address_cr/__init__.py
src/gh_address_cr/__main__.py
src/gh_address_cr/cli.py
src/gh_address_cr/otel_tracing.py
src/gh_address_cr/runtime-requirements.json
src/gh_address_cr/telemetry.py
src/gh_address_cr.egg-info/PKG-INFO
src/gh_address_cr.egg-info/SOURCES.txt
src/gh_address_cr.egg-info/dependency_links.txt
src/gh_address_cr.egg-info/entry_points.txt
src/gh_address_cr.egg-info/requires.txt
src/gh_address_cr.egg-info/top_level.txt
src/gh_address_cr/agent/__init__.py
src/gh_address_cr/agent/manifests.py
src/gh_address_cr/agent/requests.py
src/gh_address_cr/agent/responses.py
src/gh_address_cr/agent/roles.py
src/gh_address_cr/commands/__init__.py
src/gh_address_cr/commands/active_pr.py
src/gh_address_cr/commands/agent.py
src/gh_address_cr/commands/command_session.py
src/gh_address_cr/commands/common.py
src/gh_address_cr/commands/doctor.py
src/gh_address_cr/commands/final_gate.py
src/gh_address_cr/commands/high_level.py
src/gh_address_cr/commands/review_to_findings.py
src/gh_address_cr/commands/submit_action.py
src/gh_address_cr/commands/submit_feedback.py
src/gh_address_cr/core/__init__.py
src/gh_address_cr/core/agent_batch.py
src/gh_address_cr/core/agent_protocol.py
src/gh_address_cr/core/agent_protocol_evidence.py
src/gh_address_cr/core/audit_log.py
src/gh_address_cr/core/command_runner.py
src/gh_address_cr/core/command_templates.py
src/gh_address_cr/core/cr_metrics.py
src/gh_address_cr/core/errors.py
src/gh_address_cr/core/gate.py
src/gh_address_cr/core/github_thread_state.py
src/gh_address_cr/core/handoff.py
src/gh_address_cr/core/ids.py
src/gh_address_cr/core/io.py
src/gh_address_cr/core/leases.py
src/gh_address_cr/core/logic_validation.py
src/gh_address_cr/core/models.py
src/gh_address_cr/core/otel_semconv.py
src/gh_address_cr/core/paths.py
src/gh_address_cr/core/protocol_codes.py
src/gh_address_cr/core/publisher.py
src/gh_address_cr/core/reply_templates.py
src/gh_address_cr/core/session.py
src/gh_address_cr/core/severity.py
src/gh_address_cr/core/telemetry.py
src/gh_address_cr/core/telemetry_adapters.py
src/gh_address_cr/core/telemetry_external_events.py
src/gh_address_cr/core/telemetry_models.py
src/gh_address_cr/core/telemetry_reporting.py
src/gh_address_cr/core/telemetry_runtime.py
src/gh_address_cr/core/telemetry_safety.py
src/gh_address_cr/core/types.py
src/gh_address_cr/core/utils.py
src/gh_address_cr/core/validation_evidence.py
src/gh_address_cr/core/work_item_handlers.py
src/gh_address_cr/core/workflow.py
src/gh_address_cr/core/workflow_matching.py
src/gh_address_cr/core/runtime_kernel/__init__.py
src/gh_address_cr/core/runtime_kernel/final_gate.py
src/gh_address_cr/evidence/__init__.py
src/gh_address_cr/evidence/audit.py
src/gh_address_cr/evidence/ledger.py
src/gh_address_cr/github/__init__.py
src/gh_address_cr/github/client.py
src/gh_address_cr/github/diagnostics.py
src/gh_address_cr/github/errors.py
src/gh_address_cr/github/threads.py
src/gh_address_cr/github/transient_failures.py
src/gh_address_cr/intake/__init__.py
src/gh_address_cr/intake/adapters.py
src/gh_address_cr/intake/findings.py
src/gh_address_cr/orchestrator/__init__.py
src/gh_address_cr/orchestrator/harness.py
src/gh_address_cr/orchestrator/session.py
src/gh_address_cr/orchestrator/worker.py
tests/test_agent_protocol.py
tests/test_agent_resolve_guards.py
tests/test_agent_scope_parity.py
tests/test_aux_scripts.py
tests/test_claim_leases.py
tests/test_cli_otel_context.py
tests/test_cli_otel_execution.py
tests/test_cli_otel_genai.py
tests/test_cli_skill_sync_artifacts.py
tests/test_command_runner_otel_span.py
tests/test_complexity_reduction_convergence.py
tests/test_control_plane_fix_all_workflow.py
tests/test_control_plane_workflow.py
tests/test_cr_loop.py
tests/test_disposition_vocabulary.py
tests/test_evidence_ledger.py
tests/test_final_gate.py
tests/test_final_gate_kernel.py
tests/test_findings_input_guard.py
tests/test_findings_intake.py
tests/test_github_thread_state.py
tests/test_homogeneous_decline.py
tests/test_ids.py
tests/test_issue112_batch_next.py
tests/test_issue139_decomposition.py
tests/test_issue142_stale_lease_deadlock.py
tests/test_issue191_architecture.py
tests/test_issue78_agent_experience.py
tests/test_lease_scheduling.py
tests/test_logic_validation.py
tests/test_native_foundation.py
tests/test_native_gate.py
tests/test_native_github.py
tests/test_native_intake.py
tests/test_native_runtime_boundary.py
tests/test_native_session.py
tests/test_native_workflow.py
tests/test_network_write_contracts.py
tests/test_orchestrator_harness.py
tests/test_orchestrator_session.py
tests/test_otel_semconv_pins.py
tests/test_otel_telemetry.py
tests/test_plugin_packaging.py
tests/test_python_wrappers.py
tests/test_resolved_thread_validation_gap.py
tests/test_runtime_complexity_models.py
tests/test_runtime_packaging.py
tests/test_session_engine_cli.py
tests/test_session_engine_parity.py
tests/test_severity_evidence.py
tests/test_skill_docs.py
tests/test_submit_action.py
tests/test_submit_action_helper.py
tests/test_telemetry_acceptance_matrix.py
tests/test_telemetry_safety_command_args.py
tests/test_telemetry_safety_vcs.py
tests/test_thin_skill_orchestration.py
tests/test_thread_aliases.py
tests/test_version_query.py
tests/test_work_item_handling_boundaries.py
tests/test_workflow_gap_recovery_docs.py