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/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/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/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/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/legacy_scripts/__init__.py
src/gh_address_cr/legacy_scripts/audit_report.py
src/gh_address_cr/legacy_scripts/batch_github_execute.py
src/gh_address_cr/legacy_scripts/batch_resolve.py
src/gh_address_cr/legacy_scripts/clean_state.py
src/gh_address_cr/legacy_scripts/cli.py
src/gh_address_cr/legacy_scripts/code_review_adapter.py
src/gh_address_cr/legacy_scripts/control_plane.py
src/gh_address_cr/legacy_scripts/cr_loop.py
src/gh_address_cr/legacy_scripts/final_gate.py
src/gh_address_cr/legacy_scripts/generate_reply.py
src/gh_address_cr/legacy_scripts/ingest_findings.py
src/gh_address_cr/legacy_scripts/list_threads.py
src/gh_address_cr/legacy_scripts/mark_handled.py
src/gh_address_cr/legacy_scripts/post_reply.py
src/gh_address_cr/legacy_scripts/prepare_code_review.py
src/gh_address_cr/legacy_scripts/publish_finding.py
src/gh_address_cr/legacy_scripts/python_common.py
src/gh_address_cr/legacy_scripts/resolve_thread.py
src/gh_address_cr/legacy_scripts/review_to_findings.py
src/gh_address_cr/legacy_scripts/run_local_review.py
src/gh_address_cr/legacy_scripts/run_once.py
src/gh_address_cr/legacy_scripts/session_engine.py
src/gh_address_cr/legacy_scripts/submit_action.py
src/gh_address_cr/legacy_scripts/submit_feedback.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_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_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_python_wrappers.py
tests/test_runtime_packaging.py
tests/test_session_engine_cli.py
tests/test_session_engine_parity.py
tests/test_skill_docs.py
tests/test_skill_runtime_shim.py
tests/test_submit_action.py
tests/test_submit_action_helper.py
tests/test_thin_skill_orchestration.py
tests/test_version_query.py