LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/man/repoctx.1
repoctx/__init__.py
repoctx/__main__.py
repoctx/config.py
repoctx/context_pack.py
repoctx/core.py
repoctx/embeddings.py
repoctx/experiment.py
repoctx/experiment_mcp.py
repoctx/git_state.py
repoctx/graph.py
repoctx/main.py
repoctx/mcp_server.py
repoctx/models.py
repoctx/record.py
repoctx/retriever.py
repoctx/scanner.py
repoctx/telemetry.py
repoctx/vector_index.py
repoctx/adapters/__init__.py
repoctx/adapters/repo.py
repoctx/authority/__init__.py
repoctx/authority/constraints.py
repoctx/authority/discovery.py
repoctx/authority/extract.py
repoctx/authority/graph.py
repoctx/authority/markers.py
repoctx/authority/propose.py
repoctx/authority/records.py
repoctx/authority/scaffold.py
repoctx/bundle/__init__.py
repoctx/bundle/assembler.py
repoctx/bundle/recall.py
repoctx/bundle/renderer.py
repoctx/bundle/schema.py
repoctx/harness/__init__.py
repoctx/harness/claude_code.py
repoctx/harness/codex.py
repoctx/harness/cursor.py
repoctx/protocol/__init__.py
repoctx/protocol/authority_op.py
repoctx/protocol/bundle_op.py
repoctx/protocol/changes_op.py
repoctx/protocol/refresh_op.py
repoctx/protocol/risk_op.py
repoctx/protocol/scope_op.py
repoctx/protocol/validate_op.py
repoctx_mcp.egg-info/PKG-INFO
repoctx_mcp.egg-info/SOURCES.txt
repoctx_mcp.egg-info/dependency_links.txt
repoctx_mcp.egg-info/entry_points.txt
repoctx_mcp.egg-info/requires.txt
repoctx_mcp.egg-info/top_level.txt
tests/test_authority_discovery.py
tests/test_authority_extract.py
tests/test_authority_graph.py
tests/test_authority_markers.py
tests/test_authority_scaffold.py
tests/test_bundle_assembler.py
tests/test_bundle_renderer.py
tests/test_context_pack.py
tests/test_core.py
tests/test_embeddings.py
tests/test_experiment.py
tests/test_experiment_mcp.py
tests/test_graph.py
tests/test_harness_claude_code.py
tests/test_harness_other.py
tests/test_hybrid_retrieval.py
tests/test_layout.py
tests/test_main.py
tests/test_mcp_server.py
tests/test_mock_artifact_adapter.py
tests/test_packaging.py
tests/test_protocol_ops.py
tests/test_protocol_telemetry.py
tests/test_record.py
tests/test_repo_adapter.py
tests/test_retriever.py
tests/test_risk_report_drift.py
tests/test_scanner.py
tests/test_telemetry.py
tests/test_vector_index.py