README.md
pyproject.toml
autodebug/__init__.py
autodebug/__main__.py
autodebug/auth.py
autodebug/cli.py
autodebug/cli_commands.py
autodebug/cli_entry.py
autodebug/cli_errors.py
autodebug/cli_output.py
autodebug/cli_v2.py
autodebug/clipboard.py
autodebug/config.py
autodebug/config_schema.py
autodebug/debug_log.py
autodebug/diff.py
autodebug/doctor.py
autodebug/export.py
autodebug/flakiness.py
autodebug/flaky_quarantine.py
autodebug/llm_config.py
autodebug/minimize.py
autodebug/oauth.py
autodebug/observability.py
autodebug/openclaw_eval.py
autodebug/profile.py
autodebug/prompts.py
autodebug/pytest_plugin.py
autodebug/redaction.py
autodebug/replay_debug.py
autodebug/repo_utils.py
autodebug/retry.py
autodebug/upgrade.py
autodebug/watch.py
autodebug/agent/__init__.py
autodebug/agent/approval.py
autodebug/agent/base.py
autodebug/agent/context.py
autodebug/agent/core.py
autodebug/agent/diff_tracker.py
autodebug/agent/error_parser.py
autodebug/agent/fix_generator.py
autodebug/agent/formatting.py
autodebug/agent/hik_memory.py
autodebug/agent/langgraph_runner.py
autodebug/agent/loop_detector.py
autodebug/agent/memory.py
autodebug/agent/model_router.py
autodebug/agent/pbt_generator.py
autodebug/agent/reflections.py
autodebug/agent/sdk_bridge.py
autodebug/agent/session_store.py
autodebug/agent/skill_library.py
autodebug/agent/system_prompt.py
autodebug/agent/test_generator.py
autodebug/agent/test_parser.py
autodebug/agent/tools.py
autodebug/agent/skills/__init__.py
autodebug/agent/skills/deep_dive.md
autodebug/agent/skills/fix_flaky.md
autodebug/agent/skills/investigate.md
autodebug/agent/skills/local_debug.md
autodebug/agent/skills/production_debug.md
autodebug/agent/skills/scan.md
autodebug/agent/skills/self_analysis.md
autodebug/agent/skills/test_runner.md
autodebug/agent/specialists/__init__.py
autodebug/agent/specialists/base.py
autodebug/agent/specialists/command_injection.py
autodebug/agent/specialists/dead_code.py
autodebug/agent/specialists/external_tools.py
autodebug/agent/specialists/hardcoded_secrets.py
autodebug/agent/specialists/llm_review.py
autodebug/agent/specialists/missing_await.py
autodebug/agent/specialists/none_check.py
autodebug/agent/specialists/none_return.py
autodebug/agent/specialists/path_traversal.py
autodebug/agent/specialists/resource_leak.py
autodebug/agent/specialists/sql_injection.py
autodebug/agent/specialists/swallowed_exception.py
autodebug/agent/specialists/ts_specialists.py
autodebug/agent/specialists/unreachable_code.py
autodebug/agent/specialists/unsafe_defaults.py
autodebug/agent/specialists/unsafe_shell.py
autodebug/analysis/__init__.py
autodebug/analysis/ast_analyzer.py
autodebug/analysis/call_graph.py
autodebug/analysis/data_flow.py
autodebug/analysis/dynamic_inspector.py
autodebug/analysis/runtime_probe.py
autodebug/analysis/trunk_analyzer.py
autodebug/analysis/type_inferrer.py
autodebug/autonomous/__init__.py
autodebug/autonomous/analyzer.py
autodebug/autonomous/hypothesis.py
autodebug/autonomous/proof.py
autodebug/autonomous/ranking.py
autodebug/autonomous/test_generator.py
autodebug/autonomous/validator.py
autodebug/chaos/__init__.py
autodebug/chaos/injector.py
autodebug/chaos/test_chaos.py
autodebug/context/__init__.py
autodebug/context/context_builder.py
autodebug/context/repo_indexer.py
autodebug/context/similarity_finder.py
autodebug/detection/__init__.py
autodebug/detection/adaptive_baselines.py
autodebug/detection/adaptive_n.py
autodebug/detection/contract_drift.py
autodebug/detection/correlation_analyzer.py
autodebug/detection/data_patterns.py
autodebug/detection/dependency_helper.py
autodebug/detection/early_flake.py
autodebug/detection/exception_classifier.py
autodebug/detection/exception_fingerprinter.py
autodebug/detection/exception_registry.py
autodebug/detection/grpc_analyzer.py
autodebug/detection/http_analyzer.py
autodebug/detection/io_sbfl.py
autodebug/detection/issue_grouping.py
autodebug/detection/llm_analyzer.py
autodebug/detection/order_dependency.py
autodebug/detection/redis_analyzer.py
autodebug/detection/regression_detector.py
autodebug/detection/regression_guard.py
autodebug/detection/sbfl.py
autodebug/detection/security_analyzer.py
autodebug/detection/sql_analyzer.py
autodebug/detection/streaming_detector.py
autodebug/detection/timeout_predictor.py
autodebug/detection/timing_analyzer.py
autodebug/detection/transcript_analyzer.py
autodebug/evaluation/__init__.py
autodebug/evaluation/fix_evaluator.py
autodebug/fixes/__init__.py
autodebug/fixes/search_replace.py
autodebug/healing/__init__.py
autodebug/healing/detector.py
autodebug/healing/healer.py
autodebug/healing/languages.py
autodebug/healing/locks.py
autodebug/healing/patterns.py
autodebug/healing/test_classifier.py
autodebug/hooks/__init__.py
autodebug/hooks/pre_commit.py
autodebug/hooks/scanner.py
autodebug/impact/__init__.py
autodebug/impact/analyzer.py
autodebug/impact/test_selector.py
autodebug/impact/testmon.py
autodebug/learning/__init__.py
autodebug/learning/active_learner.py
autodebug/learning/cross_org_aggregator.py
autodebug/learning/embeddings.py
autodebug/learning/enhanced_prompt.py
autodebug/learning/feedback.py
autodebug/learning/feedback_tracker.py
autodebug/learning/highlights.py
autodebug/learning/metrics_dashboard.py
autodebug/learning/pattern_matcher.py
autodebug/learning/privacy.py
autodebug/learning/search.py
autodebug/llm_first/__init__.py
autodebug/llm_first/autonomous.py
autodebug/llm_first/debate.py
autodebug/llm_first/execution_grounding.py
autodebug/llm_first/feedback.py
autodebug/llm_first/fix_embeddings.py
autodebug/llm_first/hybrid_localizer.py
autodebug/llm_first/hybrid_search.py
autodebug/llm_first/iterative_refiner.py
autodebug/llm_first/models.py
autodebug/llm_first/multi_hypothesis.py
autodebug/llm_first/multi_run_analyzer.py
autodebug/llm_first/spec_extractor.py
autodebug/llm_first/specialists.py
autodebug/llm_first/speculative.py
autodebug/llm_first/streaming.py
autodebug/llm_first/synthesis.py
autodebug/llm_first/test_minimizer.py
autodebug/llm_first/token_budget.py
autodebug/llm_first/voting.py
autodebug/llm_first/tools/__init__.py
autodebug/llm_first/tools/analysis_tools.py
autodebug/llm_first/tools/file_tools.py
autodebug/llm_first/tools/fix_tools.py
autodebug/llm_first/tools/output_tools.py
autodebug/llm_first/tools/test_tools.py
autodebug/ml/__init__.py
autodebug/ml/flaky_model.py
autodebug/optimization/__init__.py
autodebug/optimization/metrics.py
autodebug/optimization/modules.py
autodebug/optimization/signatures.py
autodebug/otel/__init__.py
autodebug/otel/flakiness.py
autodebug/patterns/__init__.py
autodebug/patterns/extractor.py
autodebug/patterns/matcher.py
autodebug/patterns/store.py
autodebug/pipeline/__init__.py
autodebug/pipeline/fix_ranker.py
autodebug/pipeline/fix_tester.py
autodebug/pipeline/generation_strategies.py
autodebug/pipeline/repair_pipeline.py
autodebug/prompts/__init__.py
autodebug/prompts/cli_prompts.py
autodebug/prompts/instructor_client.py
autodebug/prompts/prompt_builder.py
autodebug/prompts/sanitizer.py
autodebug/prompts/structured_output.py
autodebug/prompts/examples/__init__.py
autodebug/prompts/examples/assertion_error.py
autodebug/prompts/examples/attribute_error.py
autodebug/prompts/examples/generic.py
autodebug/prompts/examples/key_error.py
autodebug/prompts/examples/timeout_error.py
autodebug/prompts/examples/type_error.py
autodebug/prompts/examples/value_error.py
autodebug/prompts/templates/__init__.py
autodebug/prompts/templates/fix_generation.py
autodebug/prompts/templates/pr_review.py
autodebug/prompts/templates/root_cause.py
autodebug/prompts/templates/test_generation.py
autodebug/quality/__init__.py
autodebug/quality/mutation_testing.py
autodebug/strategies/__init__.py
autodebug/strategies/bandit_selector.py
autodebug/strategies/flakiness_strategies.py
autodebug/strategies/strategy_registry.py
autodebug/strategies/strategy_selector.py
autodebug/strategies/handlers/__init__.py
autodebug/synthetic/__init__.py
autodebug/synthetic/generator.py
autodebug/validation/__init__.py
autodebug/validation/auto_fixer.py
autodebug/validation/fix_validator.py
autodebug/validation/root_cause_verifier.py
autodebug/validation/symptom_detector.py
autodebug/validation/ty_checker.py
autodebug/visual/__init__.py
autodebug/visual/capture.py
autodebug/visual/diff.py
autodebug/visual/pytest_plugin.py
autodebug/visual/storage.py
autodebug_probe/__init__.py
autodebug_probe/aiohttp_patch.py
autodebug_probe/aiomysql_patch.py
autodebug_probe/aiosqlite_patch.py
autodebug_probe/async_patch.py
autodebug_probe/asyncpg_patch.py
autodebug_probe/bootstrap.py
autodebug_probe/boto3_patch.py
autodebug_probe/canonicalize.py
autodebug_probe/celery_patch.py
autodebug_probe/correlation.py
autodebug_probe/encryption.py
autodebug_probe/env_capture.py
autodebug_probe/env_patch.py
autodebug_probe/exception_patch.py
autodebug_probe/file_patch.py
autodebug_probe/grpc_patch.py
autodebug_probe/http_capture.py
autodebug_probe/http_patch.py
autodebug_probe/locals_capture.py
autodebug_probe/otel_integration.py
autodebug_probe/prod_mode.py
autodebug_probe/pymongo_patch.py
autodebug_probe/pytest_plugin.py
autodebug_probe/recorder.py
autodebug_probe/redis_patch.py
autodebug_probe/runtime.py
autodebug_probe/runtime_capture.py
autodebug_probe/sitecustomize.py
autodebug_probe/sql_patch.py
autodebug_probe/sqlalchemy_detect.py
autodebug_probe/time_patch.py
autodebug_probe/unsupported_detect.py
autodebug_replay/__init__.py
autodebug_replay/aiohttp_replay.py
autodebug_replay/aiomysql_replay.py
autodebug_replay/aiosqlite_replay.py
autodebug_replay/async_order_replay.py
autodebug_replay/asyncpg_replay.py
autodebug_replay/boto3_replay.py
autodebug_replay/canonicalize.py
autodebug_replay/env_replay.py
autodebug_replay/file_replay.py
autodebug_replay/grpc_replay.py
autodebug_replay/http_replay.py
autodebug_replay/network_guard.py
autodebug_replay/pymongo_replay.py
autodebug_replay/redis_replay.py
autodebug_replay/runtime.py
autodebug_replay/sql_replay.py
autodebug_replay/time_replay.py
autodebug_replay/transcripts.py
hikaflow.egg-info/PKG-INFO
hikaflow.egg-info/SOURCES.txt
hikaflow.egg-info/dependency_links.txt
hikaflow.egg-info/entry_points.txt
hikaflow.egg-info/requires.txt
hikaflow.egg-info/top_level.txt
tests/test_adaptive_n.py
tests/test_agent.py
tests/test_agent_api_tools.py
tests/test_agent_tool_contracts.py
tests/test_agent_tools_semgrep_parse.py
tests/test_agentic_fixer.py
tests/test_ai_endpoints.py
tests/test_api_auth.py
tests/test_api_edge_cases.py
tests/test_api_endpoints.py
tests/test_approval.py
tests/test_auth.py
tests/test_auth_consolidated.py
tests/test_autonomous_analyzer.py
tests/test_bandit_integration.py
tests/test_billing_endpoints.py
tests/test_canonicalize.py
tests/test_cli_errors.py
tests/test_cli_output.py
tests/test_cli_reliability.py
tests/test_cli_v2.py
tests/test_compact_schema_coverage.py
tests/test_compact_tool_contracts.py
tests/test_compact_tools.py
tests/test_config.py
tests/test_context_management.py
tests/test_dashboard_endpoints.py
tests/test_db_postgrest.py
tests/test_diff_transcripts.py
tests/test_doctor.py
tests/test_dogfood_fixes.py
tests/test_dora_metrics.py
tests/test_dx_metrics.py
tests/test_env_replay.py
tests/test_error_endpoints.py
tests/test_eval_harness.py
tests/test_export.py
tests/test_github_endpoints.py
tests/test_healing.py
tests/test_healing_locks.py
tests/test_historical_predictor.py
tests/test_http_replay.py
tests/test_integration_endpoints.py
tests/test_issue_groups.py
tests/test_logging_config.py
tests/test_loop_detector.py
tests/test_mcp_tool_adapter_registry.py
tests/test_memory_blocks.py
tests/test_meta.py
tests/test_metrics.py
tests/test_minimize.py
tests/test_network_guard.py
tests/test_new_features.py
tests/test_normalize_security.py
tests/test_notification_endpoints.py
tests/test_oauth.py
tests/test_openclaw_eval.py
tests/test_pattern_endpoints.py
tests/test_patterns.py
tests/test_phase5_rollout_script.py
tests/test_pr_merged_webhook.py
tests/test_pr_reviewer.py
tests/test_privacy.py
tests/test_prompts.py
tests/test_prop_canonicalize.py
tests/test_prop_encryption.py
tests/test_prop_fingerprint.py
tests/test_prop_privacy.py
tests/test_prop_sbfl.py
tests/test_properties.py
tests/test_quality_gates.py
tests/test_record_replay_core.py
tests/test_recorder.py
tests/test_recorder_lifecycle.py
tests/test_reflections.py
tests/test_regression_guard.py
tests/test_reliability_delta_script.py
tests/test_replay_fixtures.py
tests/test_replay_matching.py
tests/test_retry.py
tests/test_rollback.py
tests/test_round5_round6_fixes.py
tests/test_round7_and_e2e.py
tests/test_round8_fixes.py
tests/test_sandbox.py
tests/test_scan_codebase.py
tests/test_scan_findings_fixes.py
tests/test_scan_findings_fixes_v2.py
tests/test_scan_findings_fixes_v3.py
tests/test_scan_findings_fixes_v4.py
tests/test_scan_findings_fixes_v5.py
tests/test_scan_improvements.py
tests/test_scan_pipeline_improvements.py
tests/test_sdk_bridge_compact_adapters.py
tests/test_sdk_bridge_tool_profiles.py
tests/test_self_heal_endpoints.py
tests/test_session_store.py
tests/test_shared_endpoints.py
tests/test_skill_library.py
tests/test_skills.py
tests/test_sql_replay.py
tests/test_streaming_bash.py
tests/test_streaming_transcripts.py
tests/test_telemetry_endpoints.py
tests/test_test_classifier.py
tests/test_time_replay.py
tests/test_token_cost_display.py
tests/test_transcript_index.py
tests/test_transcripts.py
tests/test_upgrade.py
tests/test_user_settings_endpoints.py
tests/test_validation.py
tests/test_validation_logic.py
tests/test_verify_claims.py
tests/test_visual_regression.py
tests/test_watch.py
tests/test_web_fetch.py
tests/test_worker_normalize.py
tests/test_worker_pipeline_steps.py
tests/test_worker_queue.py