LICENSE
MANIFEST.in
README.md
pyproject.toml
core/AGENT_GUIDE.md
core/agent_eval.py
core/audit_campaign.py
core/audit_supervisor.py
core/behavior_graph.py
core/bug-log.md
core/bugx-blackbox.md
core/bugx-opencode.md
core/bugx-quick.md
core/bugx-runtime-contract.md
core/bugx-worker.md
core/bugx.md
core/bugx_logging.py
core/bugx_mcp_server.py
core/bugx_paths.py
core/cloud_client.py
core/cloud_onboard.py
core/cloud_schema.py
core/code_analyzer.py
core/codebase_memory_bridge.py
core/codebase_memory_probe.py
core/concurrency_fuzzer.py
core/corpus_fetch.py
core/coverage_bootstrap.py
core/coverage_evidence.py
core/coverage_intelligence.py
core/differential_oracle.py
core/differential_probe.py
core/dynamic_flow_analyzer.py
core/efficiency_probe.py
core/engine-integrity.json
core/finding_confirmation.py
core/finding_lifecycle.py
core/finding_report.py
core/fix_watchlist.py
core/fuzz_input.py
core/global_telemetry.py
core/guide_budget.py
core/i18n.py
core/impact_pruner.py
core/incident_eval.py
core/interaction.py
core/interactive_menu.py
core/knowledge_sync.py
core/launch_bugx.py
core/lesson-ledger.json
core/lesson-replay-cases.json
core/lesson_ledger.py
core/lesson_replay.py
core/life_ledger.py
core/lockdown.sh
core/log_analytics.py
core/logic_analysis.py
core/mcp_runtime.py
core/memory-testing.md
core/memory_probe.py
core/metadata.txt
core/minimize_repro.py
core/mining_quality_framework.py
core/mistake-book.md
core/mobile_probe.py
core/mobile_ui_inspector.py
core/model_runner.py
core/module-coverage.md
core/module_coverage.py
core/openwiki_probe.py
core/pattern_probe.py
core/platform-testing.md
core/platform_adapter.py
core/platform_probe.py
core/prep-record.md
core/prep_validate.py
core/probe_registry.py
core/project-layout.md
core/project_graph.py
core/project_profile.py
core/prompt_harness.py
core/python_runtime.py
core/regression_pack.py
core/report_client.py
core/report_share.py
core/sast_probe.py
core/sast_rules.py
core/sca_scanner.py
core/secure_atomic.py
core/seed_drill.py
core/self_audit.py
core/session_profile.py
core/setup_ui_env.py
core/startup_environment.py
core/stateful_fuzzer.py
core/supervisor_host.py
core/supervisor_models.py
core/symbol_index.py
core/sync_store.py
core/task_scheduler.py
core/test_capability_verifier.py
core/test_generator.py
core/test_quality_auditor.py
core/test_strategy.py
core/token_budget.py
core/tools-kb.md
core/tools_kb.py
core/universal_code_matcher.py
core/verify_life.py
core/web-conformance.md
core/web_conformance.py
core/worker_execution.py
core/adapters/android-interaction.json
core/adapters/android.json
core/adapters/desktop-macos.json
core/adapters/ios-interaction.json
core/adapters/ios.json
core/adapters/memory-macos.json
core/cloud_sync/__init__.py
core/cloud_sync/onboard_wizard.py
core/cloud_sync/sync_pull.py
core/cloud_sync/sync_push.py
core/launch_phases/__init__.py
core/launch_phases/common.py
core/launch_phases/finding_settlement.py
core/launch_phases/lesson_context.py
core/launch_phases/lifecycle_reporter.py
core/launch_phases/post_phase.py
core/launch_phases/pre_phase.py
core/launch_phases/report_sharing.py
core/launch_phases/round_orchestrator.py
core/launch_phases/session_runtime.py
core/launch_phases/startup_gates.py
core/launch_phases/supervisor_bridge.py
core/launch_phases/worker_orchestrator.py
core/ledger/__init__.py
core/ledger/archive_ops.py
core/ledger/cli.py
core/ledger/export_ops.py
core/ledger/incidents.py
core/ledger/patterns.py
core/ledger/schema.py
core/ledger/sync_ops.py
core/ledger/tool_experience.py
core/locales/en-US.json
core/locales/zh-CN.json
core/mcp_handlers/__init__.py
core/mcp_handlers/base.py
core/mcp_handlers/knowledge_handlers.py
core/mcp_handlers/mining_handlers.py
core/mcp_handlers/supervisor_handlers.py
core/mcp_handlers/telemetry_handlers.py
core/prompts/l0_router.md
core/prompts/rules/anti_patterns.md
core/prompts/rules/concurrency_rules.md
core/prompts/rules/memory_leak_rules.md
core/prompts/rules/prompt_injection_defense.md
core/prompts/stages/stage_explore.md
core/prompts/stages/stage_gate.md
core/prompts/stages/stage_mutate.md
core/prompts/stages/stage_repair.md
core/schemas/worker-checkpoint.schema.json
core/seed_corpus/c.txt
core/seed_corpus/cpp.txt
core/seed_corpus/css.txt
core/seed_corpus/java.txt
core/seed_corpus/javascript.txt
core/seed_corpus/kotlin.txt
core/seed_corpus/python.txt
core/seed_corpus/rust.txt
core/seed_corpus/swift.txt
core/seed_corpus/typescript.txt
core/supervisor/__init__.py
core/supervisor/budget_governor.py
core/supervisor/checkpoint_pipeline.py
core/supervisor/lease_manager.py
integrations/opencode/mcp-lock.json
integrations/opencode/opencode.json
integrations/pi/extensions/bugx/README.md
integrations/pi/extensions/bugx/index.ts
integrations/pi/extensions/bugx/manifest.json
integrations/pi/skills/bugx/SKILL.md
src/bugx_cli/__init__.py
src/bugx_cli/cli.py
src/bugx_cli/common.py
src/bugx_cli/host_adapters.py
src/bugx_cli/commands/__init__.py
src/bugx_cli/commands/agent.py
src/bugx_cli/commands/cloud.py
src/bugx_cli/commands/doctor.py
src/bugx_cli/commands/knowledge.py
src/bugx_cli/commands/lifecycle.py
src/bugx_cli/commands/plugin.py
src/bugx_cli/commands/plugin_zcode.py
src/bugx_cli/commands/project.py
src/bugx_cli/commands/stats.py
src/bugx_cli/commands/system.py
src/bugx_cli/infra/__init__.py
src/bugx_cli/infra/engine_installer.py
src/bugx_cli/infra/host_sync.py
src/bugx_cli/infra/mcp_advisor.py
src/bugx_cli/infra/security.py
tests/test_agent_eval.py
tests/test_audit_campaign.py
tests/test_audit_supervisor.py
tests/test_behavior_graph.py
tests/test_bugx_logging.py
tests/test_bugx_mcp_server.py
tests/test_bugx_security.py
tests/test_bump_version.py
tests/test_cli.py
tests/test_cli_cloud.py
tests/test_cli_doctor.py
tests/test_cli_hosts.py
tests/test_cli_lifecycle.py
tests/test_cli_mining.py
tests/test_cli_opencode.py
tests/test_cli_project.py
tests/test_cli_stats.py
tests/test_cloud_client.py
tests/test_cloud_onboard.py
tests/test_cloud_schema.py
tests/test_code_analyzer.py
tests/test_codebase_memory_bridge.py
tests/test_codebase_memory_probe.py
tests/test_concurrency_fuzzer.py
tests/test_consistency.py
tests/test_corpus_fetch.py
tests/test_coverage_bootstrap.py
tests/test_coverage_evidence.py
tests/test_coverage_intelligence.py
tests/test_dev_doc.py
tests/test_device_label.py
tests/test_differential_oracle.py
tests/test_differential_probe.py
tests/test_dynamic_flow_analyzer.py
tests/test_e2e_fresh_project.py
tests/test_efficiency_probe.py
tests/test_evidence_distiller.py
tests/test_exception_recovery.py
tests/test_finding_confirmation.py
tests/test_finding_lifecycle.py
tests/test_finding_report.py
tests/test_fuzz_input.py
tests/test_global_telemetry.py
tests/test_guide_budget_and_corpus.py
tests/test_i18n.py
tests/test_impact_pruner.py
tests/test_incident_eval.py
tests/test_interaction.py
tests/test_interactive_menu.py
tests/test_jenkinsfile.py
tests/test_knowledge_sync.py
tests/test_launch_bugx.py
tests/test_launch_bugx_menu.py
tests/test_lesson_ledger.py
tests/test_lesson_replay.py
tests/test_life_ledger.py
tests/test_log_analytics.py
tests/test_logic_analysis.py
tests/test_mcp_runtime.py
tests/test_memory_probe.py
tests/test_minimize_repro.py
tests/test_minimize_repro_standalone.py
tests/test_mining_quality_framework.py
tests/test_mobile_probe.py
tests/test_mobile_ui_inspector.py
tests/test_model_runner.py
tests/test_module_coverage.py
tests/test_openwiki_probe.py
tests/test_pattern_probe.py
tests/test_platform_adapter.py
tests/test_platform_probe.py
tests/test_prep_validate.py
tests/test_probe_registry.py
tests/test_project_graph.py
tests/test_project_profile.py
tests/test_prompt_harness.py
tests/test_python_runtime.py
tests/test_report_client.py
tests/test_report_share.py
tests/test_run_tests.py
tests/test_sast_probe.py
tests/test_sast_rules.py
tests/test_sca_scanner.py
tests/test_seed_drill_and_watchlist.py
tests/test_selector.py
tests/test_self_audit.py
tests/test_session_paths_campaign_lock_regress.py
tests/test_session_profile.py
tests/test_setup_ui_env.py
tests/test_stage_prompt_gate.py
tests/test_startup_environment.py
tests/test_startup_gates.py
tests/test_stateful_fuzzer.py
tests/test_strategy_plan_gate.py
tests/test_supervisor_host.py
tests/test_symbol_index.py
tests/test_sync_store.py
tests/test_task_scheduler.py
tests/test_test_capability_verifier.py
tests/test_test_generator.py
tests/test_test_quality_auditor.py
tests/test_test_strategy.py
tests/test_token_budget.py
tests/test_tools_kb.py
tests/test_tree_sitter_index.py
tests/test_universal_code_matcher.py
tests/test_update_live.py
tests/test_verify_life.py
tests/test_web_conformance.py
tests/test_worker_execution.py