Repository Analysis

SeemSeam/claude_codex_bridge

Visible multi-agent CLI workspace for mixing Codex, Claude, Gemini, Kimi, Qwen, Cursor, Copilot, Pi, OpenCode, and other AI coding agents

20.2 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of SeemSeam/claude_codex_bridge, a Python project with 3,463 GitHub stars. SynthScan v2.0 examined 919,495 lines of code across 3930 source files, recording 19354 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 20.2 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

20.2
Adjusted Score
20.2
Raw Score
100%
Time Factor
2026-08-27
Last Push
3.5K
Stars
Python
Language
919.5K
Lines of Code
3.9K
Files
19.4K
Pattern Hits
2026-08-29
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 99MEDIUM 125LOW 19129

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 19354 distinct pattern matches across 19 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers9639 hits · 8365 pts
SeverityFileLineSnippetContext
LOWccb.py91def _default_source_allowed_roots(root: Path) -> list[Path]:CODE
LOWplatforms/windows/tools/check_pr_isolation.py149def scan_shared_windows_imports(repo_root: Path) -> frozenset[tuple[str, str]]:CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py551 def observe_terminal_log_error(CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py909 def _maybe_learn_empty_prompt(self) -> None:CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py994def _styled_prompt_line_is_empty(line: str) -> bool:CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py1231def _supersede_restarted_pane_watcher(CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py1261def _validate_sqlite_log_path(path: Path) -> None:CODE
LOWtools/codex-reconnect/codex_reconnect/network.py38def resolve_primary_probe_url(CODE
LOWtools/codex-reconnect/codex_reconnect/network.py67def _configured_provider_base_url(codex_home: str | Path | None) -> str | None:CODE
LOWtools/codex-reconnect/tests/test_core.py33 def test_public_cli_and_state_directory_use_codex_reconnect(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py41 def test_ccb_runtime_uses_project_scoped_reconnect_state(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py56 def test_primary_probe_prefers_active_provider_config(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py73 def test_primary_probe_falls_back_to_environment_then_default(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py87 def test_explicit_probe_override_remains_authoritative(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py104 def test_http_error_still_proves_https_reachability(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py114 def test_openai_probe_is_authoritative(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py128 def test_structured_error_class_and_jitter(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py141 def test_installed_shape_handshake(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_core.py150 def test_malformed_jsonl_fails_closed(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py124 def test_current_session_toggle_is_atomic_and_instance_scoped(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py205 def test_network_failure_waits_for_two_successes_then_reconciles_once(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py238 def test_normal_completion_and_usage_limit_never_continue(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py266 def test_newer_user_turn_wins_reconciliation_race(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py287 def test_new_client_turn_cancels_recovery_before_reconciliation(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py338 def test_recovery_turn_failure_opens_circuit(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py377 def test_server_overloaded_end_to_end_retries_once_same_model_and_opens_circuit(CODE
LOWtools/codex-reconnect/tests/test_managed.py543 def test_server_overloaded_wait_is_cancelled_by_reconnect_off(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_managed.py608 def test_transparent_bridge_projects_skill_tracks_model_and_intercepts_toggle(CODE
LOWtools/codex-reconnect/tests/test_install.py14 def test_install_update_and_uninstall_manage_user_skill_safely(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_install.py69 def test_installer_refuses_to_replace_user_owned_skill(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_install.py92 def test_installer_refuses_to_replace_foreign_command_link(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py186 def test_reconnect_on_outside_tmux_fails_immediately(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py207 def test_context_binds_exact_thread_session_and_pane(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py218 def test_context_uses_ccb_session_binding_when_tmux_env_is_sanitized(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py233 def test_ccb_session_binding_rejects_mismatched_pane(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py243 def test_session_metadata_must_match_thread(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py295 def test_continue_uses_ccb_style_buffer_paste_delay_then_enter(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py324 def test_cursor_race_before_paste_skips_and_deletes_buffer(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py341 def test_changed_staged_text_refuses_enter_and_deletes_buffer(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py359 def test_cursor_race_before_enter_fails_and_deletes_buffer(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py373 def test_network_and_overload_errors_are_eligible(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py410 def test_quota_auth_and_policy_errors_are_excluded(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py428 def test_internal_retry_error_is_not_terminal(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py442 def test_cursor_accepts_current_user_owned_ccb_log_symlink(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py460 def test_cursor_excludes_history_and_reader_returns_real_terminal_shape(CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py501 def test_reader_ignores_other_threads(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py517 def test_terminal_error_requires_task_complete(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py550 def test_new_progress_cancels_incident_and_exact_off_stops(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py573 def test_any_recovery_error_opens_circuit(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py603 def test_terminal_sqlite_error_can_arrive_after_task_complete(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py633 def test_task_complete_nested_capacity_error_is_eligible(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py671 def test_task_complete_nested_retry_error_does_not_create_incident(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py696 def test_terminal_capacity_sqlite_error_is_eligible(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py723 def test_newer_turn_rejects_delayed_sqlite_error(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py745 def test_any_terminal_sqlite_error_opens_recovery_circuit(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py771 def test_enable_uses_active_provider_route_for_probe(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py792 def test_enable_starts_one_bound_watcher_and_disable_is_thread_scoped(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py822 def test_enable_passes_current_sqlite_cursor_to_watcher(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py849 def test_same_thread_supersedes_live_watcher_after_pane_restart(self) -> None:CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py895 def test_same_thread_live_watcher_in_different_pane_remains_conflict(self) -> None:CODE
9579 more matches not shown…
Unused Imports5459 hits · 5204 pts
SeverityFileLineSnippetContext
LOWccb.py24CODE
LOWplatforms/windows/packaging/build_release.py4CODE
LOWplatforms/windows/packaging/build_release.py10CODE
LOWplatforms/windows/packaging/build_release.py15CODE
LOWplatforms/windows/tools/check_pr_isolation.py2CODE
LOWplatforms/windows/tools/scrape_herdr_docs.py9CODE
LOWplatforms/windows/tools/scrape_herdr_docs.py16CODE
LOWtools/codex-reconnect/codex_reconnect/recovery.py1CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py1CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py22CODE
LOWtools/codex-reconnect/codex_reconnect/paths.py1CODE
LOWtools/codex-reconnect/codex_reconnect/protocol.py1CODE
LOWtools/codex-reconnect/codex_reconnect/control.py1CODE
LOWtools/codex-reconnect/codex_reconnect/policy.py1CODE
LOWtools/codex-reconnect/codex_reconnect/cli.py1CODE
LOWtools/codex-reconnect/codex_reconnect/network.py1CODE
LOWtools/codex-reconnect/codex_reconnect/managed.py1CODE
LOWtools/codex-reconnect/codex_reconnect/websocket.py1CODE
LOWtools/codex-reconnect/tests/fake_bridge_app_server.py1CODE
LOWtools/codex-reconnect/tests/test_core.py1CODE
LOWtools/codex-reconnect/tests/test_managed.py1CODE
LOWtools/codex-reconnect/tests/test_install.py1CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py1CODE
LOWtest/test_bridge_fifo_persistent_reader.py9CODE
LOWtest/test_compat_stdin_decode.py1CODE
LOWtest/test_claude_session_auto_transfer.py1CODE
LOWtest/test_maintenance_heartbeat.py1CODE
LOWtest/test_codex_comm_session_runtime.py1CODE
LOWtest/test_ccbd_namespace_topology_plan.py1CODE
LOWtest/test_v2_runtime_isolation.py1CODE
LOWtest/test_decision029_rolepack_fake.py1CODE
LOWtest/test_terminal_runtime_tmux_send.py1CODE
LOWtest/test_v2_ccbd_ping_runtime.py1CODE
LOWtest/test_claude_protocol.py1CODE
LOWtest/test_ccbd_client_resolution.py1CODE
LOWtest/test_gemini_launcher_env.py1CODE
LOWtest/test_sidebar_resize_sync.py1CODE
LOWtest/test_mobile_gateway_relay.py1CODE
LOWtest/test_cli_doctor_windows_x64_release_surface.py1CODE
LOWtest/test_codex_comm_io.py1CODE
LOWtest/test_cli_wait_replies.py1CODE
LOWtest/test_gemini_session_fields.py1CODE
LOWtest/test_gemini_polling_service.py1CODE
LOWtest/test_cli_management_install.py1CODE
LOWtest/test_terminal_runtime_tmux_attach.py1CODE
LOWtest/test_config_runtime_mux_backend.py1CODE
LOWtest/test_config_runtime_mux_backend.py138CODE
LOWtest/test_config_runtime_mux_backend.py472CODE
LOWtest/test_ccbd_start_agent_runtime.py1CODE
LOWtest/test_provider_pane_status_claude_session.py1CODE
LOWtest/test_guarded_core_dynamic_layout_smoke_script.py1CODE
LOWtest/test_windows_x64_release_surface.py1CODE
LOWtest/test_planner_feedback.py1CODE
LOWtest/test_terminal_runtime_tmux.py1CODE
LOWtest/test_ccbd_stop_flow_runtime.py1CODE
LOWtest/test_gemini_readiness.py1CODE
LOWtest/test_ccbd_start_preparation.py1CODE
LOWtest/test_ccbd_reload_drain_auto_retry.py1CODE
LOWtest/test_memory_transfer_providers.py1CODE
LOWtest/test_ccbd_startup_fence.py1CODE
5399 more matches not shown…
Excessive Try-Catch Wrapping1799 hits · 1956 pts
SeverityFileLineSnippetContext
LOWccb.py100 except Exception:CODE
LOWinstall.sh2732except Exception:CODE
LOWinstall.sh2849except Exception:CODE
LOWinstall.sh2881except Exception as e:CODE
LOWinstall.sh3168except Exception:CODE
LOWinstall.sh3773except Exception:CODE
LOWplatforms/windows/tools/scrape_herdr_docs.py64 except Exception as e:CODE
LOWplatforms/windows/tools/scrape_herdr_docs.py296 except Exception as e:STRING
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py1376 except Exception:CODE
LOWtest/conftest.py258 except Exception:CODE
LOWtest/test_v2_message_bureau_dispatcher_integration.py3543 except Exception as exc:CODE
LOWtest/test_v2_message_bureau_dispatcher_integration.py3683 except Exception as exc:CODE
LOWtest/test_v2_ccbd_start_matrix.py70 except Exception:CODE
LOWtest/test_ccbd_windows_tcp_loopback_transport.py378 except Exception:CODE
LOWtest/test_multi_instance.py32 except Exception:CODE
LOWtest/test_v2_phase2_entrypoint.py1621 except Exception:CODE
LOWtest/test_v2_ccbd_start_flow.py45 except Exception:CODE
LOWtest/test_rolepacks.py177 except Exception:CODE
LOWtest/test_rolepacks.py186 except Exception:CODE
LOWtest/test_rolepacks.py201 except Exception:CODE
LOWtest/test_v2_ccbd_dispatcher.py1674 except Exception as exc:STRING
LOWtest/test_multi_workgroup_scheduler.py344 except Exception:CODE
LOWbin/ctx-transfer.py200 except Exception as e:CODE
MEDIUMbin/ctx-transfer.py201 print(f"Error: {e}", file=sys.stderr)CODE
LOWbin/ccb-provider-finish-hook.py32 except Exception:CODE
LOWbin/autonew.py70 except Exception as e:CODE
LOWbin/autonew.py100 except Exception as e:CODE
LOWbin/autonew.py110 except Exception as e:CODE
LOWbin/ccb-provider-activity-hook.py35 except Exception:CODE
LOWbin/ccb-provider-activity-hook.py172 except Exception:CODE
LOWplans/pr56-zombie-cleanup-final.md80 except Exception:CODE
LOWmcp/ccb-delegation/server_runtime_tools.py27 except Exception:CODE
LOWmcp/ccb-delegation/server_runtime_tools.py143 except Exception as exc:CODE
LOWmcp/ccb-delegation/server_runtime_tools.py157 except Exception as exc:CODE
LOWmcp/ccb-delegation/server_runtime_tools.py168 except Exception as exc:CODE
LOWmcp/ccb-delegation/server.py40 except Exception:CODE
LOWmcp/ccb-delegation/server.py56 except Exception:CODE
LOWmcp/ccb-role-command/server.py151 except Exception as exc:CODE
LOWmcp/ccb-role-command/server.py211 except Exception as exc:CODE
LOWmcp/ccb-role-command/server.py258 except Exception:CODE
LOWmcp/ccb-role-command/server.py265 except Exception:CODE
LOW…ndows-wezterm-native/demos/wezterm_capability_probe.py38 except Exception as exc:CODE
LOW…ndows-wezterm-native/demos/wezterm_capability_probe.py67 except Exception:CODE
LOW…ndows-wezterm-native/demos/wezterm_capability_probe.py111 except Exception as exc:CODE
LOWdev_tools/perf_phase5_project_view_tmux_helper.py159 except Exception:CODE
LOWdev_tools/perf_phase12_storage_summary_helper.py173 except Exception:CODE
LOWdev_tools/perf_phase0_baseline.py104 except Exception:CODE
LOWdev_tools/perf_phase0_baseline.py226 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py309 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py316 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py336 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py352 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py369 except Exception as exc:CODE
LOWdev_tools/perf_phase0_baseline.py413 except Exception as exc:CODE
LOWdev_tools/perf_phase2_jsonl_helper.py151 except Exception:CODE
LOWdev_tools/perf_phase3_native_output_helper.py145 except Exception:CODE
LOWdev_tools/perf_phase4_storage_scan_helper.py147 except Exception:CODE
LOWdev_tools/perf_phase6_jsonl_store_strict_helper.py160 except Exception:CODE
LOW…v_tools/perf_phase7_project_view_recent_jobs_helper.py195 except Exception:CODE
LOWdev_tools/perf_phase8_job_summary_projection_helper.py160 except Exception:CODE
1739 more matches not shown…
Modern Structural Boilerplate1886 hits · 1858 pts
SeverityFileLineSnippetContext
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py964 def _set_status(self, status: str) -> None:CODE
LOWtools/codex-reconnect/codex_reconnect/protocol.py213 def _set_fatal(self, error: ProtocolError) -> None:CODE
LOWtools/codex-reconnect/codex_reconnect/managed.py414 def _set_fatal(self, error: BaseException) -> None:CODE
LOWtest/test_ccbd_stop_flow_runtime.py275__all__ = []CODE
LOWtest/test_v2_message_bureau_dispatcher_integration.py4384 def set_preferred_session(self, selected_path) -> None:CODE
LOWtest/test_v2_message_bureau_dispatcher_integration.py4523 def set_preferred_session(self, session_path) -> None:CODE
LOWtest/test_v2_project_namespace_state.py399 def set_pane_identity(self, pane: dict[str, object], **kwargs) -> None:CODE
LOWtest/test_v2_project_namespace_state.py1509 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_project_namespace_state.py1512 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_ccbd_start_binding.py81 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_ccbd_start_binding.py84 def set_pane_user_option(self, pane_id: str, key: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py751 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py755 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py845 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py848 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py934 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py937 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py986 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py989 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1062 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1065 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1229 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1232 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1274 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1277 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1335 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1338 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1428 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1431 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1478 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1481 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1522 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1525 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1631 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1634 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1691 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1694 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1749 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1752 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1867 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1870 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1921 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py1924 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2024 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2027 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2072 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2075 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2740 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_runtime_launch.py2743 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_tmux_identity.py138 def set_pane_identity(self, pane_id: str, **kwargs) -> None:CODE
LOWtest/test_tmux_identity.py141 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_ccbd_reload_apply.py1795 def set_pane_title(self, pane_id: str, title: str) -> None:STRING
LOWtest/test_ccbd_reload_apply.py1798 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:STRING
LOWtest/test_ccbd_reload_apply.py1801 def set_pane_style(self, pane_id: str, *, border_style=None, active_border_style=None) -> None:STRING
LOWtest/test_ccbd_herdr_recovery_boundary.py743 def set_pane_title(self, *_args, **_kwargs) -> None:CODE
LOWtest/test_ccbd_herdr_recovery_boundary.py746 def set_pane_user_option(self, *_args, **_kwargs) -> None:CODE
LOWtest/test_gemini_watchdog.py41 def update_gemini_binding(self, *, session_path: Path, session_id: str | None) -> None:CODE
LOWtest/test_v2_tmux_start_layout.py41 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
LOWtest/test_v2_tmux_start_layout.py44 def set_pane_user_option(self, pane_id: str, name: str, value: str) -> None:CODE
LOWtest/test_v2_tmux_start_layout.py91 def set_pane_title(self, pane_id: str, title: str) -> None:CODE
1826 more matches not shown…
Cross-Language Confusion65 hits · 400 pts
SeverityFileLineSnippetContext
HIGHtest/test_install_watchdog_optional.py197 if declare -F provision_neovim_tool >/dev/null; thenCODE
HIGHtest/test_install_script_sidebar.py430 shift || trueCODE
HIGHtest/test_install_script_sidebar.py544 shift || trueCODE
HIGHtest/test_install_script_sidebar.py162 shift || trueSTRING
HIGHtest/test_install_script_sidebar.py215 shift || trueSTRING
HIGHtest/test_cli_runtime_launch_pane_runtime.py39 command = pane_runtime._herdr_launch_command('export A=1 && codex', Path(r'D:\proj'), 'agent_1')CODE
HIGHtest/test_cli_runtime_launch_pane_runtime.py81 start_cmd='export A=1 && codex',CODE
HIGHtest/test_cli_runtime_launch_pane_runtime.py114 start_cmd='export A=1 && codex',CODE
HIGHtest/test_cli_runtime_launch_pane_runtime.py121 assert launched == {'spec_name': 'agent_1', 'start_cmd': 'export A=1 && codex', 'run_cwd': Path(r'D:\proj')}CODE
HIGHtest/test_terminal_runtime_shell_launch.py46 argv = herdr_respawn_command('export A=1 && codex', Path(r'D:\proj'), 'agent_1')CODE
HIGHtest/test_terminal_runtime_shell_launch.py51 assert 'export A=1 && codex' in scriptCODE
HIGHtest/test_terminal_runtime_shell_launch.py75 respawn_pane(backend, pane_id='wE:p2', command='export A=1 && codex', cwd=str(tmp_path))CODE
HIGHtest/test_npm_runner.py101 "console.error(error.message || error);"STRING
HIGHtest/test_ci_test_gate.py80 assert 'group: ccb-tests-${{ github.event.pull_request.number || github.ref }}' in testsCODE
HIGHtest/test_ci_test_gate.py81 assert 'group: ccb-real-platform-${{ github.event.pull_request.number || github.ref }}' in realCODE
HIGHtest/test_cli_tools_workbench.py194 assert 'ccb-tmux-on.sh >/dev/null 2>&1 || true' not in workbenchCODE
HIGHlib/provider_core/keyring_read.py19 const keytar = loaded && loaded.default ? loaded.default : loaded;CODE
HIGHlib/mobile_gateway/service.py4076 connection.close() # type: ignore[possibly-undefined]CODE
HIGHlib/mobile_gateway/service.py4158 connection.close() # type: ignore[possibly-undefined]CODE
HIGHlib/provider_backends/pi/launcher.py391 if (!dispatchPath) return null;CODE
HIGHlib/provider_backends/pi/launcher.py396 return null;CODE
HIGHlib/provider_backends/pi/launcher.py404 if (value && typeof value === "object") records.push(value);CODE
HIGHlib/provider_backends/pi/launcher.py404 if (value && typeof value === "object") records.push(value);CODE
HIGHlib/provider_backends/pi/launcher.py406 return null;CODE
HIGHlib/provider_backends/pi/launcher.py448 if (!message || typeof message !== "object") {CODE
HIGHlib/provider_backends/pi/launcher.py449 return null;CODE
HIGHlib/provider_backends/pi/launcher.py452 if (value.role !== "assistant") return null;CODE
HIGHlib/provider_backends/pi/launcher.py455 stop_reason: normalizeStopReason(value.stopReason || value.stop_reason),CODE
HIGHlib/provider_backends/pi/launcher.py456 error: String(value.errorMessage || value.error_message || ""),CODE
HIGHlib/provider_backends/pi/launcher.py457 response_id: String(value.responseId || value.id || ""),CODE
HIGHlib/provider_backends/pi/launcher.py458 timestamp: value.timestamp || null,CODE
HIGHlib/provider_backends/pi/launcher.py458 timestamp: value.timestamp || null,CODE
HIGHlib/provider_backends/pi/launcher.py472 if (activeReqId && activeReqId !== dispatchReqId) {CODE
HIGHlib/provider_backends/pi/launcher.py479 latestAssistant = null;CODE
HIGHlib/provider_backends/pi/launcher.py481 if (dispatchReqId && anchorReqId && dispatchReqId !== anchorReqId) {CODE
HIGHlib/provider_backends/pi/launcher.py356let latestAssistant: Record<string, unknown> | null = null;CODE
HIGHlib/provider_backends/pi/launcher.py427 return null;CODE
HIGHlib/provider_backends/pi/launcher.py434 .filter((block) => block && typeof block === "object" && block.type === "text")CODE
HIGHlib/provider_backends/pi/launcher.py513 if (activeReqId && source !== "extension") {CODE
HIGHlib/provider_backends/pi/launcher.py522 latestAssistant = null;CODE
HIGHlib/provider_backends/pi/launcher.py539 if (activeReqId && latestAssistant) {CODE
HIGHlib/provider_backends/pi/launcher.py547 turn_index: event?.turnIndex ?? null,CODE
HIGHlib/provider_backends/pi/launcher.py586 latestAssistant = null;CODE
HIGHlib/cli/tools_runtime/workbench.py1951 if command -v pgrep >/dev/null 2>&1 && pgrep -x fcitx5 >/dev/null 2>&1; thenCODE
HIGHlib/cli/tools_runtime/workbench.py1953 elif command -v pgrep >/dev/null 2>&1 && pgrep -x fcitx >/dev/null 2>&1; thenCODE
HIGHlib/cli/tools_runtime/workbench.py1955 elif command -v pgrep >/dev/null 2>&1 && pgrep -x ibus-daemon >/dev/null 2>&1; thenCODE
HIGHlib/cli/tools_runtime/workbench.py1957 elif command -v fcitx5 >/dev/null 2>&1 || command -v fcitx >/dev/null 2>&1; thenCODE
HIGHlib/cli/tools_runtime/workbench.py2021' >/dev/null 2>&1 || probe_status=$?CODE
HIGHlib/cli/tools_runtime/workbench.py2027 limit="$(cat "$limit_file" 2>/dev/null || printf '%s' unknown)"CODE
HIGHlib/cli/tools_runtime/workbench.py2031 printf '%s\\n' "persistent_fix: echo fs.inotify.max_user_instances=1024 | sudo tee /etc/sysctl.d/99-ccb-inotify.confCODE
HIGHlib/cli/tools_runtime/workbench.py2121 shift || trueCODE
HIGHlib/cli/tools_runtime/workbench.py2128 shift || trueCODE
HIGHlib/cli/tools_runtime/workbench.py2132 elif [ -r /proc/version ] && grep -qi microsoft /proc/version 2>/dev/null; thenCODE
HIGHlib/cli/tools_runtime/workbench.py1343 identify "$file" 2>/dev/null || trueCODE
HIGHlib/cli/tools_runtime/workbench.py1345 file "$file" 2>/dev/null || trueCODE
HIGHlib/cli/tools_runtime/workbench.py1990 if cp "$cursor_asset" "$cursor_tmp" 2>/dev/null; thenCODE
HIGHlib/cli/tools_runtime/workbench.py2075 system_scheme="$(gsettings get org.gnome.desktop.interface color-scheme 2>/dev/null || true)"CODE
HIGHlib/cli/tools_runtime/workbench.py2080 gtk_theme="$(gsettings get org.gnome.desktop.interface gtk-theme 2>/dev/null || true)"CODE
HIGHlib/cli/tools_runtime/workbench.py2163 wslpath -w "$1" 2>/dev/null || printf '%s\\n' "$1"CODE
HIGHlib/cli/tools_runtime/workbench.py2171 wezterm_windows="$(find_windows_wezterm || true)"CODE
5 more matches not shown…
Deep Nesting301 hits · 246 pts
SeverityFileLineSnippetContext
LOWplatforms/windows/tools/check_pr_isolation.py149CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py994CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py661CODE
LOWtools/codex-reconnect/codex_reconnect/protocol.py179CODE
LOWtools/codex-reconnect/codex_reconnect/cli.py90CODE
LOWtools/codex-reconnect/codex_reconnect/managed.py265CODE
LOWtools/codex-reconnect/codex_reconnect/managed.py353CODE
LOWtools/codex-reconnect/codex_reconnect/websocket.py65CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py256CODE
LOWtools/codex-reconnect/tests/test_tmux_watch.py264CODE
LOWtest/test_v2_runtime_isolation.py28CODE
LOWtest/test_decision029_rolepack_fake.py354CODE
LOWtest/test_task_set_closure.py562CODE
LOWtest/test_perf_ccb_startup.py2163CODE
LOWtest/test_phase6_fake_matrix_smoke_script.py647CODE
LOWtest/test_phase6_fake_matrix_smoke_script.py679CODE
LOWtest/test_v2_project_namespace_state.py1241CODE
LOWtest/test_v2_project_namespace_state.py1362CODE
LOWtest/test_v2_runtime_launch.py2211CODE
LOWtest/test_phase6b_l1_l4_frontdesk_runner.py1713CODE
LOWtest/test_phase6b_l1_l4_frontdesk_runner.py2372CODE
LOWtest/test_phase6b_l1_l4_frontdesk_runner.py3145CODE
LOWtest/test_phase6b_l1_l4_frontdesk_runner.py3190CODE
LOWtest/test_copilot_home.py413CODE
LOWtest/test_detailer_replan_handoff.py697CODE
LOWtest/test_provider_memory_external_context.py19CODE
LOWtest/test_ccbd_namespace_additive_patch.py177CODE
LOWtest/test_v2_phase2_entrypoint.py1518CODE
LOWtest/test_v2_phase2_entrypoint.py1565CODE
LOWtest/test_v2_phase2_entrypoint.py4105CODE
LOWtest/test_v2_phase2_entrypoint.py5375CODE
LOWtest/test_v2_phase2_entrypoint.py5614CODE
LOWtest/test_v2_phase2_entrypoint.py5784CODE
LOWtest/test_ccbd_bootstrap_probe.py88CODE
LOWtest/test_v2_ccbd_socket.py80CODE
LOWtest/test_provider_stub_launch_probe.py114CODE
LOWtest/test_v2_ccbd_start_flow.py33CODE
LOWtest/test_ccb_restart.py77CODE
LOWtest/test_v2_ccbd_dispatcher.py1180CODE
LOWtest/test_loop_capacity_cli.py5136CODE
LOWtest/test_loop_capacity_cli.py8418CODE
LOWtest/test_loop_capacity_cli.py8465CODE
LOWtest/test_loop_capacity_cli.py13048CODE
LOWtest/test_loop_capacity_cli.py5165CODE
LOWtest/test_loop_capacity_cli.py8473CODE
LOWtest/test_plan_tasks_cli.py325CODE
LOWtest/test_pi_omp_completion.py503CODE
LOWtest/test_pi_omp_completion.py573CODE
LOWbin/ctx-transfer.py116CODE
LOWdev_tools/perf_phase12_storage_summary_helper.py179CODE
LOWdev_tools/perf_phase3_native_output_helper.py151CODE
LOWdev_tools/perf_phase4_storage_scan_helper.py153CODE
LOWdev_tools/perf_process_resources.py504CODE
LOWdev_tools/perf_process_resources.py704CODE
LOWdev_tools/perf_ccb_startup.py1932CODE
LOWdev_tools/perf_ccb_startup.py2121CODE
LOWdev_tools/perf_ccb_startup.py2417CODE
LOWdev_tools/perf_ccb_startup.py2822CODE
LOWdev_tools/perf_ccb_startup.py4271CODE
LOWdev_tools/perf_ccb_startup.py5960CODE
241 more matches not shown…
Decorative Section Separators55 hits · 202 pts
SeverityFileLineSnippetContext
MEDIUMccb.py35# ── OS platform detection ─────────────────────────────────────────────────COMMENT
MEDIUMccb.py42# ── Native Windows: Herdr gate ────────────────────────────────────────────COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py597# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py599# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py255# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py257# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py304# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py306# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py354# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py356# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py417# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py419# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py511# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_config_runtime_mux_backend.py513# ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMtest/test_herdr_config_import.py26# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py28# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py58# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py60# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py140# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py142# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py211# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_config_import.py213# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_multi_instance.py167# ── Session module instance support ────────────────────────────────────────COMMENT
MEDIUMtest/test_multi_instance.py297# ── Backward compatibility ──────────────────────────────────────────────────COMMENT
MEDIUMtest/test_multi_instance.py321# ── Daemon routing with instance ────────────────────────────────────────────COMMENT
MEDIUMtest/test_multi_instance.py20# ── Stub out modules that use Python 3.10+ syntax (str | None) ─────────────COMMENT
MEDIUMtest/test_multi_instance.py53# ── parse_qualified_provider ────────────────────────────────────────────────COMMENT
MEDIUMtest/test_multi_instance.py102# ── make_qualified_key ──────────────────────────────────────────────────────COMMENT
MEDIUMtest/test_multi_instance.py132# ── session_filename_for_instance ───────────────────────────────────────────COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py102# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py104# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py475# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py477# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py618# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py620# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py647# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py649# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py398# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_claude_activation_enter_retry.py400# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py718# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py720# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py796# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py798# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py889# ---------------------------------------------------------------------------COMMENT
MEDIUMtest/test_herdr_bootstrap.py891# ---------------------------------------------------------------------------COMMENT
MEDIUMconfig/ccb-tmux-on.sh210# ---------------------------------------------------------------------------COMMENT
MEDIUMconfig/ccb-tmux-on.sh212# ---------------------------------------------------------------------------COMMENT
MEDIUMlib/platforms/windows/os_platform.py34# ── WSL detection ──────────────────────────────────────────────────────────COMMENT
MEDIUMlib/platforms/windows/os_platform.py72# ── Unified platform detection ─────────────────────────────────────────────COMMENT
MEDIUMlib/platforms/windows/os_platform.py111# ── Convenience functions ──────────────────────────────────────────────────COMMENT
MEDIUMlib/platforms/windows/os_platform.py128# ── Herdr version and availability ─────────────────────────────────────────COMMENT
MEDIUMlib/platforms/windows/os_platform.py234 # version numbers that would false-match the stable regex) ────────COMMENT
MEDIUMlib/platforms/windows/os_platform.py389# ── User interaction helper ────────────────────────────────────────────────COMMENT
MEDIUMlib/platforms/windows/herdr/config_import.py289# ---------------------------------------------------------------------------COMMENT
MEDIUMlib/platforms/windows/herdr/config_import.py292# ---------------------------------------------------------------------------COMMENT
Cross-File Repetition34 hits · 170 pts
SeverityFileLineSnippetContext
HIGHtest/test_codebuddy_session_ensure_pane.py0when pane is dead, ensure_pane should respawn it and update session file.STRING
HIGHtest/test_codex_session_ensure_pane.py0when pane is dead, ensure_pane should respawn it and update session file.STRING
HIGHtest/test_qwen_session_ensure_pane.py0when pane is dead, ensure_pane should respawn it and update session file.STRING
HIGHtest/test_gemini_session_ensure_pane.py0when pane is dead, ensure_pane should respawn it and update session file.STRING
HIGHtest/test_codebuddy_session_ensure_pane.py0when pane is already alive, ensure_pane should return success immediately.STRING
HIGHtest/test_codex_session_ensure_pane.py0when pane is already alive, ensure_pane should return success immediately.STRING
HIGHtest/test_qwen_session_ensure_pane.py0when pane is already alive, ensure_pane should return success immediately.STRING
HIGHtest/test_gemini_session_ensure_pane.py0when pane is already alive, ensure_pane should return success immediately.STRING
HIGHtest/test_v2_project_namespace_state.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" [ui.sidebar] mode = "every_window" width = "15%" bottoSTRING
HIGHtest/test_ccbd_namespace_additive_patch.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" [ui.sidebar] mode = "every_window" width = "15%" bottoSTRING
HIGHtest/test_v2_config_loader.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" [ui.sidebar] mode = "every_window" width = "15%" bottoSTRING
HIGHtest/test_rust_helpers_native_output.py0import json, sys if sys.argv[1:] == ['--capabilities']: print(json.dumps({'schema_version': 1, 'capabilities': ['storageSTRING
HIGHtest/test_rust_helpers_project_view.py0import json, sys if sys.argv[1:] == ['--capabilities']: print(json.dumps({'schema_version': 1, 'capabilities': ['storageSTRING
HIGHtest/test_rust_helpers_storage.py0import json, sys if sys.argv[1:] == ['--capabilities']: print(json.dumps({'schema_version': 1, 'capabilities': ['storageSTRING
HIGHtest/test_loop_topology_cli.py0id = "{role_id}" version = "0.1.0" [identity] default_agent_name = "{default_agent_name}"STRING
HIGHtest/test_loop_topology_dispatch_contract.py0id = "{role_id}" version = "0.1.0" [identity] default_agent_name = "{default_agent_name}"STRING
HIGHtest/test_v2_config_loader.py0id = "{role_id}" version = "0.1.0" [identity] default_agent_name = "{default_agent_name}"STRING
HIGHtest/test_agent_lifecycle_cli.py0id = "{role_id}" version = "0.1.0" [identity] default_agent_name = "{default_agent_name}"STRING
HIGHtest/test_loop_capacity_cli.py0id = "{role_id}" version = "0.1.0" [identity] default_agent_name = "{default_agent_name}"STRING
HIGHtest/test_ccbd_reload_transaction.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_reload_apply.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_namespace_additive_patch.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_reload_patch.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_reload_dry_run.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_reload_runtime_mount.py0version = 2 entry_window = "main" [windows] main = "agent1:codex" review = "agent3:codex, agent2:claude" [ui.sidebar] moSTRING
HIGHtest/test_ccbd_reload_apply.py0[tool_windows.files] command = "ccb-workbench files" label = "files"STRING
HIGHtest/test_ccbd_namespace_additive_patch.py0[tool_windows.files] command = "ccb-workbench files" label = "files"STRING
HIGHtest/test_ccbd_reload_patch.py0[tool_windows.files] command = "ccb-workbench files" label = "files"STRING
HIGHlib/provider_backends/copilot/protocol.py0codebuddy protocol helpers. wraps prompts with ccb markers and extracts replies — simplified version without skills injeSTRING
HIGHlib/provider_backends/qwen/protocol.py0codebuddy protocol helpers. wraps prompts with ccb markers and extracts replies — simplified version without skills injeSTRING
HIGHlib/provider_backends/codebuddy/protocol.py0codebuddy protocol helpers. wraps prompts with ccb markers and extracts replies — simplified version without skills injeSTRING
HIGHlib/provider_backends/copilot/session.py0codebuddy project session management. simplified session binding for github codebuddy cli — no jsonl session binding, paSTRING
HIGHlib/provider_backends/qwen/session.py0codebuddy project session management. simplified session binding for github codebuddy cli — no jsonl session binding, paSTRING
HIGHlib/provider_backends/codebuddy/session.py0codebuddy project session management. simplified session binding for github codebuddy cli — no jsonl session binding, paSTRING
Structural Annotation Overuse34 hits · 76 pts
SeverityFileLineSnippetContext
LOWplans/ccb-communication-test-plan.md72### Step 1: Baseline Fixtures and StubsCOMMENT
LOWplans/ccb-communication-test-plan.md77### Step 2: Unit + Integration Coverage ExpansionCOMMENT
LOWplans/ccb-communication-test-plan.md82### Step 3: System Scenarios (Project Lifecycle)COMMENT
LOWplans/ccb-communication-test-plan.md87### Step 4: Multi-Project Parallelism + Mixed ProvidersCOMMENT
LOWplans/ccb-communication-test-plan.md92### Step 5: Stress + Large Payload TestsCOMMENT
LOWplans/ccb-communication-test-plan.md97### Step 6: CI Integration + ReportingCOMMENT
LOWplans/factory-ai-integration-plan.md82### Step 1: Validate Droid Session JSONL FormatCOMMENT
LOWplans/factory-ai-integration-plan.md87### Step 2: Provider Wiring + Session File SchemaCOMMENT
LOWplans/factory-ai-integration-plan.md92### Step 3: Session Reader + Exec FallbackCOMMENT
LOWplans/factory-ai-integration-plan.md97### Step 4: Daemon + CLI CommandsCOMMENT
LOWplans/factory-ai-integration-plan.md102### Step 5: CCB Startup IntegrationCOMMENT
LOWplans/factory-ai-integration-plan.md107### Step 6: Tests + DocsCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md85### Step 1: Anchor Resolution + Session LookupCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md90### Step 2: Project-Scoped Runtime + LocksCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md95### Step 3: State Validation + Routing GuardrailsCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md100### Step 4: Daemon Lifecycle (Startup/Shutdown)COMMENT
LOWplans/project-scoped-daemon-isolation-plan.md105### Step 5: Reliability HardeningCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md110### Step 6: Migration + Backward CompatibilityCOMMENT
LOWplans/project-scoped-daemon-isolation-plan.md115### Step 7: Tests + BenchmarksCOMMENT
LOWplans/droid-delegation-skills-plan.md68### Step 1: MCP Server + Tool SchemasCOMMENT
LOWplans/droid-delegation-skills-plan.md76### Step 2: Registration + Setup HintCOMMENT
LOWplans/droid-delegation-skills-plan.md81### Step 3: Daemon Integration + CleanupCOMMENT
LOWplans/droid-delegation-skills-plan.md86### Step 4: Fallback Skill TemplatesCOMMENT
LOWplans/droid-delegation-skills-plan.md91### Step 5: Command DocsCOMMENT
LOWplans/droid-delegation-skills-plan.md96### Step 6: Verification + DocsCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md312### Step 1: Fork PrepCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md318### Step 2: Socket-Aware Terminal AttachCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md326### Step 3: Project RegistryCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md333### Step 4: CCB Project AttachCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md340### Step 5: ProjectView Side DataCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md347### Step 6: Safety And PermissionsCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md354### Step 7: LifecycleCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md361### Step 8: NotificationsCOMMENT
LOW…rol/topics/tmux-mobile-ccb-implementation-blueprint.md367### Step 9: Markdown/Math DrawerCOMMENT
AI Structural Patterns47 hits · 40 pts
SeverityFileLineSnippetContext
LOWtools/codex-reconnect/codex_reconnect/recovery.py37CODE
LOWtools/codex-reconnect/codex_reconnect/tmux_watch.py608CODE
LOWtest/test_maintenance_heartbeat.py86CODE
LOWtest/test_planner_feedback.py26CODE
LOWtest/test_ccbd_reload_apply.py1560CODE
LOWtest/test_mobile_gateway_service.py456CODE
LOWtest/test_mobile_gateway_relay_service.py1066CODE
LOWmobile/tools/mobile_acceptance_evidence_audit_test.py161CODE
LOWmobile/tools/mobile_physical_tailnet_preflight_test.py24CODE
LOWscripts/dynamic_layout_smoke.py292CODE
LOWscripts/reload_busy_drain_smoke.py83CODE
LOWscripts/guarded_dynamic_layout_provider_smoke.py29CODE
LOWlib/execution_phase.py104CODE
LOWlib/platforms/windows/herdr/backend.py138CODE
LOWlib/terminal_runtime/tmux_identity.py6CODE
LOWlib/mobile_gateway/service.py487CODE
LOWlib/provider_backends/gemini/launcher_runtime/home.py187CODE
LOWlib/provider_backends/mimo/launcher.py391CODE
LOWlib/provider_backends/claude/launcher_runtime/home.py105CODE
LOWlib/provider_backends/claude/launcher_runtime/home.py260CODE
LOW…r_backends/codex/bridge_runtime/reconnect_autostart.py15CODE
LOWlib/provider_backends/opencode/launcher.py648CODE
LOWlib/ccbd/start_flow.py67CODE
LOWlib/ccbd/supervisor.py66CODE
LOWlib/ccbd/reload_apply_service.py28CODE
LOWlib/ccbd/socket_client_runtime/endpoints.py117CODE
LOWlib/ccbd/start_runtime/agent_runtime_binding.py15CODE
LOWlib/ccbd/start_runtime/agent_runtime.py93CODE
LOWlib/ccbd/handlers/ping_runtime/handler.py14CODE
LOWlib/ccbd/services/dispatcher.py64CODE
LOWlib/ccbd/services/runtime.py90CODE
LOWlib/ccbd/services/runtime.py178CODE
LOWlib/ccbd/services/lifecycle.py153CODE
LOWlib/ccbd/services/runtime_runtime/attach.py11CODE
LOWlib/ccbd/services/project_namespace_runtime/backend.py702CODE
LOWlib/cli/tools_runtime/workbench.py283CODE
LOWlib/cli/services/mobile_update.py64CODE
LOWlib/cli/services/start_runtime.py28CODE
LOWlib/cli/services/runtime_launch.py58CODE
LOWlib/cli/services/mobile_host.py111CODE
LOWlib/cli/services/mobile_host.py311CODE
LOWlib/cli/services/kill_runtime/remote.py73CODE
LOWlib/message_bureau/facade.py31CODE
LOWlib/message_bureau/control.py26CODE
LOWlib/message_bureau/control_trace_runtime/collections.py86CODE
LOWlib/provider_profiles/codex_home_config.py126CODE
LOWlib/provider_hooks/activity_runtime/events.py64CODE
Over-Commented Block20 hits · 19 pts
SeverityFileLineSnippetContext
LOWtest/test_herdr_config_import.py41 def test_overwrite_guard_blocks_write_when_target_exists(self):COMMENT
LOW…/flutter_plugin_android_lifecycle/android/proguard.txt1# The point of this package is to specify that a dependent plugin intends toCOMMENT
LOW…ker/Sources/file_picker/include/file_picker-umbrella.h1#import <file_picker/FileInfo.h>COMMENT
LOW…ces/file_picker/include/file_picker/FilePickerPlugin.h1#import <Flutter/Flutter.h>COMMENT
LOW…rces/file_picker/include/file_picker/FilePickerUtils.h1//COMMENT
LOW…third_party/file_picker/lib/src/file_picker_utils.dart1import 'dart:io';COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart1import 'dart:async';COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart21 /// which can be useful for uploading and processing large files. Defaults to `false`.COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart41 /// will be used.COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart81 lockParentWindow: lockParentWindow,COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart121 /// of it whenever needed. However, this will force the cleanup if you want to manage those on your own.COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart141 /// On macOS the parent window will be locked and this parameter is ignored.COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart161 }) {COMMENT
LOW…e/app/third_party/file_picker/lib/src/file_picker.dart181 /// The User Selected File Read/Write entitlement is required on macOS.COMMENT
LOW…cker/lib/src/platform/windows/file_picker_windows.dart281 /// by a `null` character, followed by the file names each separated by a `null`COMMENT
LOW…rc/platform/windows/file_picker_windows_ffi_types.dart1import 'dart:ffi';COMMENT
LOW…rc/platform/windows/file_picker_windows_ffi_types.dart41 /// The address of a buffer to receive the file system path. This buffer must be at leastCOMMENT
LOW…third_party/file_picker/lib/src/api/platform_file.dart41 /// [Check here in the FAQ](https://github.com/miguelpruivo/flutter_file_picker/wiki/FAQ) an example on how to use it COMMENT
LOW…/provider_backends/claude/execution_runtime/polling.py361# Claude folds a long bracketed paste in the composer into this placeholder:COMMENT
LOWlib/ccbd/app_runtime/bootstrap.py41from .service_graph import CcbdServiceGraphDependencies, build_ccbd_service_graph, publish_ccbd_service_graphCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALtools/ccb-agent-sidebar/src/model.rs404 response.view.namespace.sidebar.view_error.as_deref(),CODE
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippetContext
LOWinstall.sh2503 # Check if BIN_DIR is already in PATHCOMMENT
LOWinstall.sh2526 # Check if already configured in shell rcCOMMENT
LOWinstall.sh3299 # Check if already configured (new or legacy marker) in either main/local config.COMMENT
LOWbin/autonew.py95 # Check if pane is aliveCOMMENT
LOW…ackends/codex/launcher_runtime/command_runtime/home.py117 # Set USERPROFILE to the same isolated path and instruct WSLENV to automatically translate paths.COMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMtest/test_memory_module.py308 # Create a mock session fileCOMMENT
MEDIUMmobile/app/third_party/open_filex/pubspec.yaml18# The following section is specific to Flutter.COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMinstall.sh3964# Test harness split marker: main "$@"COMMENT
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…-tmux-control/topics/tailscale-tailnet-stable-route.md146 "group:ccb-mobile-users": ["user@example.com"]CODE
LOWlib/ccbd/control_plane_transport/fake.py60 self.bound_socket_stat = ('fake-generation', 'fake-token', False)CODE
LOW…ervices/dispatcher_runtime/frontdesk_direct_handoff.py78 root = _direct_activation_path(dispatcher, 'placeholder').parentCODE
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMlib/cli/services/plan_tasks.py1154CODE
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMlib/cli/services/role_output_import.py3109 label_matches = list(re.finditer(r'(?mi)^\s*(?:#+\s*)?orchestration[_ ]bundle\s*:', reply))CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWmcp/ccb-delegation/server_runtime_protocol.py6def handle_request(CODE