LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/man/repoctx.1
repoctx/__init__.py
repoctx/__main__.py
repoctx/_build_channel.py
repoctx/advisory.py
repoctx/autoprovision.py
repoctx/chunker.py
repoctx/config.py
repoctx/config_loader.py
repoctx/context_pack.py
repoctx/core.py
repoctx/embeddings.py
repoctx/eval.py
repoctx/experiment.py
repoctx/experiment_mcp.py
repoctx/feedback_log.py
repoctx/git_state.py
repoctx/git_tree.py
repoctx/graph.py
repoctx/hooks.py
repoctx/index_consent.py
repoctx/index_location.py
repoctx/main.py
repoctx/mcp_server.py
repoctx/models.py
repoctx/overlay.py
repoctx/reaper.py
repoctx/record.py
repoctx/reporting.py
repoctx/retriever.py
repoctx/scanner.py
repoctx/stats.py
repoctx/subkinds.py
repoctx/symbols.py
repoctx/telemetry.py
repoctx/tune.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/commands/__init__.py
repoctx/commands/eval.py
repoctx/commands/experiment.py
repoctx/commands/hook.py
repoctx/commands/index.py
repoctx/commands/install.py
repoctx/commands/protocol_ops.py
repoctx/commands/provision.py
repoctx/commands/query.py
repoctx/commands/reap.py
repoctx/commands/reporting.py
repoctx/commands/stats.py
repoctx/commands/tune.py
repoctx/harness/__init__.py
repoctx/harness/claude_code.py
repoctx/harness/codex.py
repoctx/harness/cursor.py
repoctx/ops/__init__.py
repoctx/ops/mark_used.py
repoctx/ops/semantic_search.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_advisory.py
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_autoprovision.py
tests/test_base_index.py
tests/test_bundle_assembler.py
tests/test_bundle_renderer.py
tests/test_chunker.py
tests/test_config_loader.py
tests/test_context_pack.py
tests/test_core.py
tests/test_embeddings.py
tests/test_embeddings_queue.py
tests/test_eval.py
tests/test_experiment.py
tests/test_experiment_mcp.py
tests/test_feedback_log.py
tests/test_git_tree.py
tests/test_graph.py
tests/test_harness_claude_code.py
tests/test_harness_other.py
tests/test_hooks.py
tests/test_hooks_tool_use.py
tests/test_hybrid_retrieval.py
tests/test_index_consent.py
tests/test_index_location.py
tests/test_layout.py
tests/test_main.py
tests/test_mark_used_op.py
tests/test_mcp_server.py
tests/test_mock_artifact_adapter.py
tests/test_overlay.py
tests/test_packaging.py
tests/test_protocol_ops.py
tests/test_protocol_telemetry.py
tests/test_reaper.py
tests/test_record.py
tests/test_repo_adapter.py
tests/test_reporting.py
tests/test_retriever.py
tests/test_retriever_status.py
tests/test_risk_report_drift.py
tests/test_scanner.py
tests/test_semantic_search.py
tests/test_stats.py
tests/test_subkinds.py
tests/test_symbols.py
tests/test_telemetry.py
tests/test_tune.py
tests/test_tune_hierarchical.py
tests/test_vector_index.py