LICENSE
LICENSE-COMMERCIAL
README.md
pyproject.toml
redcon/__init__.py
redcon/cli.py
redcon/config.py
redcon/engine.py
redcon/page_rank.py
redcon/py.typed
redcon/repo_map.py
redcon/structural_search.py
redcon.egg-info/PKG-INFO
redcon.egg-info/SOURCES.txt
redcon.egg-info/dependency_links.txt
redcon.egg-info/entry_points.txt
redcon.egg-info/requires.txt
redcon.egg-info/top_level.txt
redcon/agents/__init__.py
redcon/agents/adapters.py
redcon/agents/middleware.py
redcon/cache/__init__.py
redcon/cache/backends.py
redcon/cache/run_history.py
redcon/cache/run_history_sqlite.py
redcon/cache/summary_cache.py
redcon/cmd/__init__.py
redcon/cmd/_subst_table.py
redcon/cmd/_tokens_lite.py
redcon/cmd/aliasing.py
redcon/cmd/benchmark.py
redcon/cmd/budget.py
redcon/cmd/cache.py
redcon/cmd/delta.py
redcon/cmd/history.py
redcon/cmd/pipeline.py
redcon/cmd/quality.py
redcon/cmd/registry.py
redcon/cmd/rewriter.py
redcon/cmd/runner.py
redcon/cmd/semantic_fallback.py
redcon/cmd/types.py
redcon/cmd/compressors/__init__.py
redcon/cmd/compressors/_skeletons.py
redcon/cmd/compressors/base.py
redcon/cmd/compressors/bundle_stats_compressor.py
redcon/cmd/compressors/cargo_test_compressor.py
redcon/cmd/compressors/coverage_compressor.py
redcon/cmd/compressors/docker_compressor.py
redcon/cmd/compressors/git_diff.py
redcon/cmd/compressors/git_log.py
redcon/cmd/compressors/git_status.py
redcon/cmd/compressors/go_test_compressor.py
redcon/cmd/compressors/grep_compressor.py
redcon/cmd/compressors/json_log_compressor.py
redcon/cmd/compressors/kubectl_compressor.py
redcon/cmd/compressors/lint_compressor.py
redcon/cmd/compressors/listing_compressor.py
redcon/cmd/compressors/npm_test_compressor.py
redcon/cmd/compressors/pkg_install_compressor.py
redcon/cmd/compressors/profiler_compressor.py
redcon/cmd/compressors/pytest_compressor.py
redcon/cmd/compressors/sql_explain_compressor.py
redcon/cmd/compressors/test_format.py
redcon/compressors/__init__.py
redcon/compressors/context_compressor.py
redcon/compressors/file_patterns.py
redcon/compressors/language_chunks.py
redcon/compressors/representations.py
redcon/compressors/summarizers.py
redcon/compressors/symbols.py
redcon/control_plane/__init__.py
redcon/control_plane/models.py
redcon/control_plane/server.py
redcon/control_plane/store.py
redcon/core/__init__.py
redcon/core/advisor.py
redcon/core/agent_cost.py
redcon/core/agent_planning.py
redcon/core/agent_run_dataset_builder.py
redcon/core/agent_simulation.py
redcon/core/benchmark.py
redcon/core/context_dataset_builder.py
redcon/core/cost_analysis.py
redcon/core/cost_analytics.py
redcon/core/dashboard.py
redcon/core/dataset.py
redcon/core/delta.py
redcon/core/diffing.py
redcon/core/doctor.py
redcon/core/drift.py
redcon/core/graph_visualizer.py
redcon/core/heatmap.py
redcon/core/model_profiles.py
redcon/core/observe.py
redcon/core/pipeline.py
redcon/core/pipeline_trace.py
redcon/core/policy.py
redcon/core/pr_audit.py
redcon/core/profiler.py
redcon/core/read_profiler.py
redcon/core/render.py
redcon/core/text.py
redcon/core/tokens.py
redcon/core/webhooks.py
redcon/gateway/__init__.py
redcon/gateway/__main__.py
redcon/gateway/config.py
redcon/gateway/handlers.py
redcon/gateway/models.py
redcon/gateway/server.py
redcon/gateway/session_store.py
redcon/integrations/__init__.py
redcon/integrations/anthropic_wrapper.py
redcon/integrations/generic_runner.py
redcon/integrations/nodejs_runner.py
redcon/integrations/openai_wrapper.py
redcon/mcp/__init__.py
redcon/mcp/install.py
redcon/mcp/server.py
redcon/mcp/tools.py
redcon/plugins/__init__.py
redcon/plugins/api.py
redcon/plugins/builtins.py
redcon/plugins/examples.py
redcon/plugins/registry.py
redcon/runtime/__init__.py
redcon/runtime/context.py
redcon/runtime/runtime.py
redcon/runtime/session.py
redcon/scanners/__init__.py
redcon/scanners/git_diff.py
redcon/scanners/incremental.py
redcon/scanners/repository.py
redcon/scanners/workspace.py
redcon/schemas/__init__.py
redcon/schemas/models.py
redcon/scorers/__init__.py
redcon/scorers/file_roles.py
redcon/scorers/history.py
redcon/scorers/import_graph.py
redcon/scorers/relevance.py
redcon/sdk/__init__.py
redcon/stages/__init__.py
redcon/stages/workflow.py
redcon/symbols/__init__.py
redcon/symbols/tree_sitter.py
redcon/telemetry/__init__.py
redcon/telemetry/pricing.py
redcon/telemetry/schemas.py
redcon/telemetry/store.py
tests/test_advisor.py
tests/test_agent_middleware.py
tests/test_analytics_events.py
tests/test_api.py
tests/test_baseline_gate.py
tests/test_benchmark.py
tests/test_cache_backends.py
tests/test_cache_fallback.py
tests/test_cli.py
tests/test_cli_doctor.py
tests/test_cli_improvements.py
tests/test_cmd_benchmark.py
tests/test_cmd_budget.py
tests/test_cmd_cli.py
tests/test_cmd_compressors.py
tests/test_cmd_listings.py
tests/test_cmd_pipeline.py
tests/test_cmd_quality.py
tests/test_cmd_quality_adversarial.py
tests/test_cmd_registry_lazy.py
tests/test_cmd_rewriter.py
tests/test_cmd_runner.py
tests/test_cmd_snapshot_delta.py
tests/test_cmd_test_runners.py
tests/test_cmd_tier2.py
tests/test_config.py
tests/test_config_validation.py
tests/test_context_dataset_builder.py
tests/test_control_plane.py
tests/test_cost_analysis.py
tests/test_dataset.py
tests/test_delta.py
tests/test_diff.py
tests/test_doctor.py
tests/test_drift.py
tests/test_export_and_init.py
tests/test_gateway.py
tests/test_heatmap.py
tests/test_incremental_scan.py
tests/test_integrations.py
tests/test_mcp.py
tests/test_mcp_install.py
tests/test_pack_pipeline.py
tests/test_page_rank.py
tests/test_plugins.py
tests/test_policy.py
tests/test_pr_audit.py
tests/test_profiler.py
tests/test_read_profiler.py
tests/test_redis_cache_backend.py
tests/test_repo_map.py
tests/test_scan_and_score.py
tests/test_sdk.py
tests/test_semantic_fallback.py
tests/test_structural_search.py
tests/test_summarization.py
tests/test_symbol_extraction.py
tests/test_symbols_tree_sitter.py
tests/test_telemetry.py
tests/test_tokens.py