BENCHMARKING.md
CHANGELOG.md
INTEGRATIONS.md
LICENSE
MANIFEST.in
README.md
VALIDATION.md
pyproject.toml
benchmarks/agent-runs.example.json
benchmarks/claude-sonnet-5-rates-2026-09-19.json
benchmarks/cli-output-compression-ratchet-v1.frozen.json
benchmarks/context-quality.json
benchmarks/e2e-suite.example.json
benchmarks/e2e-swebench-24.frozen.json
benchmarks/holdout-external-10.json
benchmarks/holdout-external-10.result.json
benchmarks/holdout-external-11.json
benchmarks/holdout-external-11.result.json
benchmarks/holdout-external-12-candidate-rejected.json
benchmarks/holdout-external-12-candidate-rejected.result.json
benchmarks/holdout-external-12-pilot-rejected.json
benchmarks/holdout-external-12-pilot-rejected.result.json
benchmarks/holdout-external-12.json
benchmarks/holdout-external-12.result.json
benchmarks/holdout-external-2.json
benchmarks/holdout-external-2.result.json
benchmarks/holdout-external-3.json
benchmarks/holdout-external-3.result.json
benchmarks/holdout-external-4.json
benchmarks/holdout-external-4.result.json
benchmarks/holdout-external-5.json
benchmarks/holdout-external-5.result.json
benchmarks/holdout-external-6.json
benchmarks/holdout-external-6.result.json
benchmarks/holdout-external-7.json
benchmarks/holdout-external-7.result.json
benchmarks/holdout-external-8.json
benchmarks/holdout-external-8.result.json
benchmarks/holdout-external-9.json
benchmarks/holdout-external-9.result.json
benchmarks/holdout-external.floor.json
benchmarks/holdout-external.json
benchmarks/holdout-external.result.json
benchmarks/holdout.example.json
benchmarks/knowledge-efficiency-swebench-24.frozen.json
benchmarks/output-quality-session-v17.frozen.json
benchmarks/output-quality.example.json
benchmarks/semantic-holdout-13.frozen.json
benchmarks/semantic-holdout-13.query-freeze.json
benchmarks/semantic-holdout-14.frozen.json
benchmarks/semantic-holdout-14.query-freeze.json
benchmarks/semantic-holdout-15.query-freeze.json
benchmarks/session-efficiency-swebench-24.frozen.json
benchmarks/cli-output-real-v1/manifest.json
benchmarks/cli-output-real-v2/freeze.json
benchmarks/cli-output-real-v3/manifest.json
integrations/claude-code.mcp.json
integrations/codex.config.toml
integrations/cursor.mcp.json
integrations/github-actions.yml
src/acco/__init__.py
src/acco/agent_eval.py
src/acco/audit.py
src/acco/benchmark.py
src/acco/blind_grader.py
src/acco/browser_context.py
src/acco/budget.py
src/acco/cache_economics.py
src/acco/claude_docker.py
src/acco/claude_grader.py
src/acco/claude_plugin.py
src/acco/cli.py
src/acco/client_capabilities.py
src/acco/closure.py
src/acco/command_registry.py
src/acco/commands.py
src/acco/config.py
src/acco/context_browser.py
src/acco/context_router.py
src/acco/cost_report.py
src/acco/delta_context.py
src/acco/entry.py
src/acco/estimate.py
src/acco/evaluate.py
src/acco/evidence_pipeline.py
src/acco/experiment.py
src/acco/fastpath.py
src/acco/feedback.py
src/acco/filter_output.py
src/acco/generation_policy.py
src/acco/guard.py
src/acco/hook.py
src/acco/hook_runtime.py
src/acco/host_configs.py
src/acco/host_validate.py
src/acco/ignore.py
src/acco/images.py
src/acco/impact.py
src/acco/ingress.py
src/acco/install.py
src/acco/integration_setup.py
src/acco/knowledge.py
src/acco/knowledge_holdout.py
src/acco/knowledge_holdout_docker.py
src/acco/knowledge_holdout_pipeline.py
src/acco/lexical.py
src/acco/mapstat.py
src/acco/mcp.py
src/acco/model_routing.py
src/acco/optimizer.py
src/acco/output_benchmark.py
src/acco/output_budget.py
src/acco/output_effectiveness.py
src/acco/output_processors.py
src/acco/output_quality.py
src/acco/output_saver.py
src/acco/output_store.py
src/acco/output_telemetry.py
src/acco/pack.py
src/acco/pack_cli.py
src/acco/paired_conditions.py
src/acco/patch_context.py
src/acco/policy.py
src/acco/prefix_cache.py
src/acco/pricing.py
src/acco/pricing_registry.json
src/acco/processor_mining.py
src/acco/provider_proxy.py
src/acco/provider_transform.py
src/acco/prune.py
src/acco/ranking_calibration.py
src/acco/ranking_regression.py
src/acco/recovery.py
src/acco/repo_index.py
src/acco/repository_service.py
src/acco/retrieval_cache.py
src/acco/retrieval_vnext.py
src/acco/runtime_config.py
src/acco/security.py
src/acco/semantic_holdout.py
src/acco/semantic_retrieval.py
src/acco/semantic_ts.py
src/acco/serve.py
src/acco/session_holdout.py
src/acco/session_holdout_docker.py
src/acco/session_holdout_pipeline.py
src/acco/session_metrics.py
src/acco/sessions.py
src/acco/skeleton.py
src/acco/snippet.py
src/acco/state.py
src/acco/swebench_docker.py
src/acco/syntax.py
src/acco/tool_proxy.py
src/acco/tool_schema.py
src/acco/unified_audit.py
src/acco/working_set.py
src/acco.egg-info/PKG-INFO
src/acco.egg-info/SOURCES.txt
src/acco.egg-info/dependency_links.txt
src/acco.egg-info/entry_points.txt
src/acco.egg-info/requires.txt
src/acco.egg-info/top_level.txt
src/acco/command_handlers/__init__.py
src/acco/command_handlers/context.py
src/acco/command_handlers/efficiency.py
src/acco/command_handlers/evaluation.py
src/acco/command_handlers/experiment.py
src/acco/command_handlers/host.py
src/acco/command_handlers/ingress.py
src/acco/command_handlers/model_routing.py
src/acco/command_handlers/optimization.py
src/acco/command_handlers/output.py
src/acco/command_handlers/patch.py
src/acco/command_handlers/pricing.py
src/acco/efficiency/__init__.py
src/acco/efficiency/advisor.py
src/acco/efficiency/dashboard.py
src/acco/efficiency/report.py
src/acco/efficiency/service.py
src/acco/efficiency/store.py
src/acco/mcp_server/__init__.py
src/acco/mcp_server/contracts.py
src/acco/mcp_server/protocol.py
src/acco/mcp_server/services.py
src/acco/mcp_server/tool_surface.py
src/acco/mcp_server/tools.py
src/acco/mcp_server/transport.py
src/acco/output/__init__.py
src/acco/output/contracts.py
src/acco/output/pipeline.py
src/acco/output/processors.py
src/acco/output/registry.py
src/acco/output/specialized_processors.py
src/acco/output/text.py
src/acco/packing/__init__.py
src/acco/packing/contracts.py
src/acco/packing/file_scoring.py
src/acco/packing/graph_rerank.py
src/acco/packing/observability.py
src/acco/packing/query_analysis.py
src/acco/packing/ranking.py
src/acco/packing/ranking_defaults.py
src/acco/packing/ranking_stages.py
src/acco/packing/render.py
src/acco/packing/symbol_scoring.py
src/acco/packing/symbol_windows.py
src/acco/packing/symbols.py
tests/test_adaptive_budget.py
tests/test_architecture_boundaries.py
tests/test_audit.py
tests/test_benchmark_evidence.py
tests/test_blind_grader.py
tests/test_budget_map.py
tests/test_cache_economics.py
tests/test_callable_identity_v5.py
tests/test_callable_symbol_ranking_v3.py
tests/test_check_holdout.py
tests/test_claude_docker.py
tests/test_claude_grader.py
tests/test_claude_plugin.py
tests/test_cli.py
tests/test_client_capabilities.py
tests/test_context_browser_mcp.py
tests/test_context_router.py
tests/test_cost_advisor.py
tests/test_cost_report.py
tests/test_csharp14_extension_blocks.py
tests/test_delta_context.py
tests/test_documentation.py
tests/test_efficiency_cli.py
tests/test_entry.py
tests/test_estimate.py
tests/test_evaluate_holdout.py
tests/test_evaluate_scoped_recall.py
tests/test_evidence.py
tests/test_evidence_pipeline.py
tests/test_experiment.py
tests/test_fastpath.py
tests/test_filter.py
tests/test_filter_dedupe.py
tests/test_frozen_e2e_suite.py
tests/test_fuzzy_symbol.py
tests/test_generation_policy.py
tests/test_guard.py
tests/test_holdout11_failure_classes.py
tests/test_hook.py
tests/test_hook_runtime.py
tests/test_images.py
tests/test_index_robustness.py
tests/test_ingress.py
tests/test_integration_setup.py
tests/test_knowledge.py
tests/test_knowledge_holdout.py
tests/test_large_output_example.py
tests/test_lexical.py
tests/test_mapstat.py
tests/test_mcp.py
tests/test_mcp_profiles.py
tests/test_mcp_server_boundaries.py
tests/test_model_routing.py
tests/test_multi_host_integrations.py
tests/test_multilang_syntax.py
tests/test_optimization_platform.py
tests/test_output_benchmark.py
tests/test_output_budget.py
tests/test_output_effectiveness.py
tests/test_output_processor_expansion.py
tests/test_output_processors.py
tests/test_output_quality.py
tests/test_output_saver.py
tests/test_output_saver_mcp.py
tests/test_output_telemetry.py
tests/test_overload_resolution_v4.py
tests/test_pack.py
tests/test_pack_pipeline_boundaries.py
tests/test_policy.py
tests/test_pricing_registry.py
tests/test_processor_mining.py
tests/test_prune.py
tests/test_ranking_artifact_collector.py
tests/test_ranking_calibration.py
tests/test_ranking_calibration_workflow.py
tests/test_ranking_ci_workflow.py
tests/test_ranking_observability.py
tests/test_ranking_pipeline_boundaries.py
tests/test_ranking_regression.py
tests/test_ranking_stage_registry.py
tests/test_ranking_stages.py
tests/test_release_regressions.py
tests/test_repo_index.py
tests/test_repository_service.py
tests/test_retrieval_cache.py
tests/test_retrieval_vnext.py
tests/test_semantic_holdout.py
tests/test_semantic_ref_closure.py
tests/test_semantic_retrieval.py
tests/test_semantic_ts.py
tests/test_session_efficiency.py
tests/test_session_holdout.py
tests/test_session_holdout_docker.py
tests/test_session_metrics.py
tests/test_sessions.py
tests/test_skeleton.py
tests/test_snippet.py
tests/test_structural_authority.py
tests/test_structural_symbol_identity.py
tests/test_swebench_grading.py
tests/test_symbol_pipeline_boundaries.py
tests/test_tool_proxy.py
tests/test_unified_audit.py
tests/test_v09.py
tests/test_v1.py
tests/test_v12_ports.py
tests/test_version.py