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/runtime-requirements.json
src/gh_address_cr/session_engine.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/batch_github_execute.py
src/gh_address_cr/commands/code_review_adapter.py
src/gh_address_cr/commands/final_gate.py
src/gh_address_cr/commands/ingest_findings.py
src/gh_address_cr/commands/post_reply.py
src/gh_address_cr/commands/python_common.py
src/gh_address_cr/commands/review_to_findings.py
src/gh_address_cr/commands/run_local_review.py
src/gh_address_cr/commands/run_once.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/control_plane.py
src/gh_address_cr/core/cr_loop.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/io.py
src/gh_address_cr/core/leases.py
src/gh_address_cr/core/ledger.py
src/gh_address_cr/core/models.py
src/gh_address_cr/core/paths.py
src/gh_address_cr/core/reply_templates.py
src/gh_address_cr/core/session.py
src/gh_address_cr/core/session_engine.py
src/gh_address_cr/core/severity.py
src/gh_address_cr/core/telemetry.py
src/gh_address_cr/core/types.py
src/gh_address_cr/core/workflow.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/replies.py
src/gh_address_cr/github/reviews.py
src/gh_address_cr/github/threads.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/queue.py
src/gh_address_cr/orchestrator/session.py
src/gh_address_cr/orchestrator/worker.py
tests/test_agent_protocol.py
tests/test_aux_scripts.py
tests/test_batch_github_execute.py
tests/test_claim_leases.py
tests/test_cli_skill_sync_artifacts.py
tests/test_control_plane_workflow.py
tests/test_cr_loop.py
tests/test_evidence_ledger.py
tests/test_final_gate.py
tests/test_findings_intake.py
tests/test_github_thread_state.py
tests/test_issue78_agent_experience.py
tests/test_lease_scheduling.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_plugin_packaging.py
tests/test_python_wrappers.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_thin_skill_orchestration.py
tests/test_version_query.py