Repository Analysis

huangruiteng/loopx

Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs.

12.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of huangruiteng/loopx, a Python project with 3,618 GitHub stars. SynthScan v2.0 examined 835,988 lines of code across 2287 source files, recording 11182 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 12.6 places this repository in the Low 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).

12.6
Adjusted Score
12.6
Raw Score
100%
Time Factor
2026-08-09
Last Push
3.6K
Stars
Python
Language
836.0K
Lines of Code
2.3K
Files
11.2K
Pattern Hits
2026-08-09
Scan Date
0.04
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 0HIGH 102MEDIUM 31LOW 11049

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 11182 distinct pattern matches across 14 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 Identifiers7357 hits · 6774 pts
SeverityFileLineSnippetContext
LOWloopx/help_surface.py280def manpage_top_level_commands() -> frozenset[str]:CODE
LOWloopx/help_surface.py372def build_command_reference_payload() -> dict[str, Any]:CODE
LOWloopx/help_surface.py386def render_command_reference_markdown(payload: dict[str, Any]) -> str:CODE
LOWloopx/bootstrap.py108def repair_missing_todo_source_sections(state_text: str) -> tuple[str, list[str]]:CODE
LOWloopx/bootstrap.py137def normalize_codex_app_heartbeat(value: str | None) -> str:CODE
LOWloopx/bootstrap.py144def heartbeat_opt_in_required(CODE
LOWloopx/bootstrap.py152def host_loop_activation_required(CODE
LOWloopx/bootstrap.py176def render_onboarding_state_markdown(CODE
LOWloopx/bootstrap.py240def onboarding_user_todo_text(CODE
LOWloopx/bootstrap.py263def onboarding_agent_review_todo_text(CODE
LOWloopx/bootstrap.py288def onboarding_connection_validation_action(adapter_kind: str) -> dict[str, str] | None:CODE
LOWloopx/bootstrap.py353def apply_onboarding_todos_to_state(CODE
LOWloopx/bootstrap.py972def render_bootstrap_markdown(payload: dict[str, Any]) -> str:STRING
LOWloopx/thread_agent_binding.py73def resolve_thread_agent_binding(CODE
LOWloopx/thread_agent_binding.py110def _merge_thread_binding_entries(CODE
LOWloopx/thread_agent_binding.py206def bind_thread_agent_in_registry(CODE
LOWloopx/todo_suggestion_prompt.py37def normalize_suggestion_sources(sources: list[str] | None) -> list[str]:CODE
LOWloopx/todo_suggestion_prompt.py49def effective_suggestion_limit(limit: int | None) -> int:CODE
LOWloopx/todo_suggestion_prompt.py63def build_todo_suggestion_prompt_packet(CODE
LOWloopx/todo_suggestion_prompt.py175def render_todo_suggestion_prompt_markdown(payload: dict[str, Any]) -> str:CODE
LOWloopx/claude_goal_baseline.py45def build_claude_code_goal_baseline_plan(CODE
LOWloopx/claude_goal_baseline.py91def build_claude_code_goal_baseline_proof(CODE
LOWloopx/domain_state.py30def default_domain_state_file_path(CODE
LOWloopx/domain_state.py52def upsert_domain_state_jsonl(CODE
LOWloopx/agent_registry.py9def normalize_registered_agents(values: Any) -> list[str]:CODE
LOWloopx/agent_registry.py24def registered_agent_ids_for_goal(goal: dict[str, Any] | None) -> list[str]:CODE
LOWloopx/agent_registry.py81def registered_agent_ids_from_registry(registry_path: Path, goal_id: str) -> list[str]:CODE
LOWloopx/agent_registry.py85def agent_profile_from_registry(registry_path: Path, goal_id: str, agent_id: str | None) -> dict[str, Any] | None:CODE
LOWloopx/agent_registry.py89def require_registered_agent_id(CODE
LOWloopx/release_candidate.py97def collect_release_candidate_checks(CODE
LOWloopx/heartbeat_prompt.py102def build_heartbeat_prompt_error_payload(**kwargs):CODE
LOWloopx/heartbeat_prompt.py107def render_heartbeat_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py112def render_brief_heartbeat_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py117def render_compact_heartbeat_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py122def render_visible_goal_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py127def render_traex_visible_goal_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py137def render_ark_managed_agent_goal_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py142def render_thin_heartbeat_task_body(**kwargs):CODE
LOWloopx/heartbeat_prompt.py147def render_heartbeat_generator_inputs_markdown(payload: dict[str, Any]):CODE
LOWloopx/heartbeat_prompt.py152def render_heartbeat_prompt_error_markdown(payload: dict[str, Any]):CODE
LOWloopx/heartbeat_prompt.py157def render_heartbeat_prompt_markdown(payload: dict[str, Any]):CODE
LOWloopx/visible_multi_agent_tmux.py75def _wait_for_tmux_pane_input_ready(CODE
LOWloopx/visible_multi_agent_tmux.py174def _resolve_tmux_lane_targets(CODE
LOWloopx/visible_multi_agent_tmux.py205def _prompt_still_waiting_for_submit(capture: str, prompt: str) -> bool:CODE
LOWloopx/visible_multi_agent_tmux.py222def _paste_and_submit_tmux_prompt(CODE
LOWloopx/visible_multi_agent_tmux.py277def wake_visible_multi_agent_panes(CODE
LOWloopx/benchmark_case_analysis.py130def classify_case_analysis_candidate(CODE
LOWloopx/benchmark_case_analysis.py244def _normalize_acceptance_policy(acceptance_policy: str | None) -> str:CODE
LOWloopx/benchmark_case_analysis.py255def evaluate_case_analysis_acceptance(CODE
LOWloopx/benchmark_case_analysis.py309def _proposal_capability_signal(candidate: dict[str, Any]) -> str:CODE
LOWloopx/benchmark_case_analysis.py345def _proposal_control_plane_signal(candidate: dict[str, Any]) -> str:CODE
LOWloopx/benchmark_case_analysis.py354def proposed_case_analysis_record_from_candidate(CODE
LOWloopx/benchmark_case_analysis.py414def build_case_analysis_upsert_proposals(CODE
LOWloopx/benchmark_case_analysis.py435def case_analysis_record_from_accepted_upsert(CODE
LOWloopx/benchmark_case_analysis.py491def apply_accepted_case_analysis_records(CODE
LOWloopx/benchmark_case_analysis.py541def _case_analysis_class_label(case: dict[str, Any]) -> str:CODE
LOWloopx/benchmark_case_analysis.py550def _case_analysis_score_triplet(case: dict[str, Any]) -> tuple[object, object, object]:CODE
LOWloopx/benchmark_case_analysis.py584def _render_case_analysis_summary_table(analysis: dict[str, Any]) -> list[str]:CODE
LOWloopx/benchmark_case_analysis.py609def _render_terminal_bench_current_protocol_coverage(CODE
LOWloopx/benchmark_case_analysis.py648def _iter_public_trajectory_summaries(CODE
7297 more matches not shown…
Unused Imports2691 hits · 2289 pts
SeverityFileLineSnippetContext
LOWloopx/help_surface.py1CODE
LOWloopx/bootstrap.py1CODE
LOWloopx/thread_agent_binding.py3CODE
LOWloopx/todo_suggestion_prompt.py1CODE
LOWloopx/claude_goal_baseline.py23CODE
LOWloopx/domain_state.py1CODE
LOWloopx/agent_registry.py1CODE
LOWloopx/release_candidate.py1CODE
LOWloopx/heartbeat_prompt.py3CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py7CODE
LOWloopx/heartbeat_prompt.py16CODE
LOWloopx/heartbeat_prompt.py16CODE
LOWloopx/heartbeat_prompt.py16CODE
LOWloopx/heartbeat_prompt.py16CODE
LOWloopx/heartbeat_prompt.py16CODE
LOWloopx/heartbeat_prompt.py23CODE
LOWloopx/heartbeat_prompt.py23CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py27CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/heartbeat_prompt.py40CODE
LOWloopx/visible_multi_agent_tmux.py1CODE
LOWloopx/benchmark_case_analysis.py1CODE
LOWloopx/benchmark.py1CODE
LOWloopx/benchmark.py3CODE
LOWloopx/benchmark.py4CODE
LOWloopx/benchmark.py5CODE
LOWloopx/benchmark.py6CODE
LOWloopx/benchmark.py7CODE
LOWloopx/benchmark.py8CODE
LOWloopx/benchmark.py9CODE
LOWloopx/benchmark.py10CODE
LOWloopx/benchmark.py11CODE
LOWloopx/benchmark.py12CODE
LOWloopx/benchmark.py13CODE
LOWloopx/benchmark.py13CODE
LOWloopx/benchmark.py14CODE
LOWloopx/benchmark.py17CODE
LOWloopx/benchmark.py17CODE
LOWloopx/benchmark.py17CODE
LOWloopx/benchmark.py17CODE
2631 more matches not shown…
Cross-Language Confusion78 hits · 410 pts
SeverityFileLineSnippetContext
HIGHloopx/benchmark_case_state.py940 "chmod -R a+rwX /app/.codex /app/.loopx /app/.local 2>/dev/null || true\n"CODE
HIGHloopx/terminal_bench_agent.py1086 ' BIN_PATH="$(command -v "$bin" 2>/dev/null || true)"; 'CODE
HIGHloopx/terminal_bench_agent.py1120 "(command -v ldd >/dev/null 2>&1 && ldd --version 2>&1 | grep -qi musl); then"CODE
HIGHloopx/terminal_bench_agent.py1123 " apt-get update && apt-get install -y "CODE
HIGHloopx/terminal_bench_agent.py1227 command=nvm_prefix + "nvm install 22 && nvm alias default 22 && npm -v",CODE
HIGHloopx/terminal_bench_agent.py1254 ' BIN_PATH="$(which "$bin" 2>/dev/null || true)";'CODE
HIGHloopx/worker_bridge.py196 "apt-get update && apt-get install -y python3; "CODE
HIGH…x/control_plane/testing/doubao_model_behavior_actor.py237 "concrete_user_question": null,CODE
HIGH…x/control_plane/testing/doubao_model_behavior_actor.py253canonical_selected_todo_id exactly into selected_todo_id, including null; itCODE
HIGHloopx/benchmark_adapters/skillsbench_uv_cache.py42 " if command -v uv >/dev/null 2>&1 && command -v uvx >/dev/null 2>&1 && uv --version >/dev/null 2>&1 && uvx -CODE
HIGHloopx/benchmark_adapters/skillsbench_acp_relay.py2869 "command": "pwd && ls -la",CODE
HIGHloopx/benchmark_adapters/skillsbench.py937 "RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip ca-certificates cuCODE
HIGHloopx/benchmark_adapters/agentissue.py1760 "$DOCKER_BIN" rm -f "$TMP_CONTAINER" >/dev/null 2>&1 || trueCODE
HIGHloopx/benchmark_adapters/agentissue.py1781 command -v "$CODEX_BIN" >/dev/null 2>&1 || fail "Codex binary is not on PATH"CODE
HIGHloopx/benchmark_adapters/agentissue.py1782 command -v "$DOCKER_BIN" >/dev/null 2>&1 || fail "Docker binary is not on PATH"CODE
HIGHloopx/benchmark_adapters/agentissue.py1790 '[ -d "$CONTAINER_BUGGY_SOURCE" ] && grep -q "apply_patch)" /usr/local/bin/run_test_entrypoint.sh && grep -q "test_pCODE
HIGHloopx/benchmark_adapters/agentissue.py1815 git -C "$BUGGY_SOURCE" rev-parse --is-inside-work-tree >/dev/null 2>&1 && return 0CODE
HIGH…x/benchmark_adapters/skillsbench_verifier_bootstrap.py146 "if ! command -v uvx >/dev/null 2>&1 && command -v python3 >/dev/null 2>&1; then\n"CODE
HIGHloopx/presentation/renderers/periodic_report_html.py541 const query = (search && search.value || '').trim().toLocaleLowerCase();CODE
HIGHloopx/presentation/renderers/periodic_report_html.py547 item.hidden = !(sectionMatch && itemMatch);CODE
HIGHloopx/presentation/renderers/periodic_report_html.py550 section.hidden = !sectionMatch || visible === 0;CODE
HIGHloopx/presentation/renderers/periodic_report_html.py568 if (!location.hash || location.hash === '#report-top') activate(filters[0]);CODE
HIGHloopx/presentation/renderers/periodic_report_html.py591 if (toast && toast.textContent) {CODE
HIGHtests/test_skillsbench_setup_preflight.py616 "FROM ubuntu:24.04\n\nRUN apt-get update && apt-get install -y curl\n",CODE
HIGHtests/test_skillsbench_setup_preflight.py670 "RUN apt-get update && apt-get install -y curl\n",CODE
HIGHtests/test_skillsbench_setup_preflight.py718 "RUN apt-get update && apt-get install -y curl\n",CODE
HIGHtests/test_skillsbench_setup_preflight.py1260 "failed to solve: process /bin/sh -c apt-get update && wget "CODE
HIGHtests/test_skillsbench_setup_preflight.py1422 "apt-get update && pip3 install numpy did not complete successfully: "CODE
HIGHtests/test_skillsbench_dockerfile_runtime.py18 "RUN apt-get update && apt-get install -y curl\n",CODE
HIGHtests/test_skillsbench_dockerfile_runtime.py60 "RUN pip3 install numpy && python3 -m pip install cython\n"CODE
HIGH…_plane/test_onboarding_model_behavior_qualification.py25 "goal_start_connect_if_needed": "cd $PROJECT && loopx bootstrap --project .",CODE
HIGHexamples/showcase-frontstage-prototype.py384 const visible = matchesStatus && matchesQuery;CODE
HIGHexamples/skillsbench-host-local-launch-plan-smoke.py127 assert "pwd && ls -la" in first_action_blockCODE
HIGHexamples/skillsbench-host-local-launch-plan-smoke.py135 assert request == {"operation": "exec", "cwd": "/app", "command": "pwd && ls -la", "timeout_sec": 10}, requestCODE
HIGHexamples/skillsbench-host-local-launch-plan-smoke.py1002 if "pwd && ls -la" not in copyable_packet:CODE
HIGHexamples/skillsbench-reverse-tunnel-supervisor-smoke.py273 opaque_command = "cd /opaque/workdir && run-skillsbench --task bike-rebalance"STRING
HIGHexamples/skillsbench-reverse-tunnel-supervisor-smoke.py1127 "cd /opaque/workdir && fail-skillsbench --run-group "STRING
HIGHexamples/terminal-bench-host-codex-goal-agent-smoke.py49 assert "docker exec example-container bash -lc 'cd /app && pwd'" in promptCODE
HIGHexamples/skillsbench-reverse-channel-bridge-smoke.py453 '"command":"pwd && ls -la","timeout_sec":10}'STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py1460 assert "`pwd && ls -la`" in promptCODE
HIGHexamples/skillsbench-benchmark-run-smoke.py5651 "RUN apt-get update && apt-get install -y --no-install-recommends curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py5687 "RUN apt-get update && apt-get install -y --no-install-recommends curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py5730 "RUN apt-get update && apt-get install -y --no-install-recommends curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py5783 "RUN apt-get update && apt-get install -y curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py5858 "RUN apt-get update && apt-get install -y curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py5916 "RUN apt-get update && apt-get install -y curl\n"STRING
HIGHexamples/skillsbench-benchmark-run-smoke.py6662 "FROM ubuntu:20.04\n\nRUN apt-get update && apt-get install -y curl\n",STRING
HIGHexamples/skillsbench-task-source-preflight-smoke.py366 "FROM ubuntu:22.04\nRUN apt-get update && apt-get install -y curl\n",CODE
HIGHexamples/dashboard-demo-readiness-smoke.py76 "`cd apps/presentation/dashboard && npm ci` before "CODE
HIGHexamples/control_plane/review-packet-smoke.py264 assert "blocksGate={Boolean(item.operatorQuestion && firstOpenTodo(item.userTodos))}" in user_action_summaryCODE
HIGHscripts/skillsbench_automation_loop.py506 " apt-get clean >/dev/null 2>&1 || true; "CODE
HIGHscripts/skillsbench_automation_loop.py514 " apt-get clean >/dev/null 2>&1 || true; "CODE
HIGHscripts/skillsbench_automation_loop.py522 " microdnf install -y curl-minimal || microdnf install -y curl; "CODE
HIGHscripts/skillsbench_automation_loop.py528 " dnf -y install curl-minimal || dnf -y install curl; "CODE
HIGHscripts/skillsbench_automation_loop.py534 " yum install -y curl-minimal || yum install -y curl; "CODE
HIGHscripts/skillsbench_automation_loop.py576 " apt-get clean >/dev/null 2>&1 || true; "CODE
HIGHscripts/skillsbench_automation_loop.py579 " apk add --no-cache libssl3 || apk add --no-cache openssl; "CODE
HIGHscripts/skillsbench_automation_loop.py581 " microdnf install -y openssl-libs || microdnf install -y openssl; "CODE
HIGHscripts/skillsbench_automation_loop.py583 " dnf install -y openssl-libs || dnf install -y openssl; "CODE
HIGHscripts/skillsbench_automation_loop.py585 " yum install -y openssl-libs || yum install -y openssl; "CODE
18 more matches not shown…
Deep Nesting437 hits · 370 pts
SeverityFileLineSnippetContext
LOWloopx/bootstrap.py635CODE
LOWloopx/bootstrap.py972CODE
LOWloopx/domain_state.py52CODE
LOWloopx/agent_registry.py43CODE
LOWloopx/visible_multi_agent_tmux.py277CODE
LOWloopx/benchmark_case_analysis.py255CODE
LOWloopx/benchmark_case_analysis.py680CODE
LOWloopx/benchmark.py623CODE
LOWloopx/benchmark.py891CODE
LOWloopx/benchmark.py1267CODE
LOWloopx/benchmark.py1307CODE
LOWloopx/benchmark.py1533CODE
LOWloopx/benchmark.py1701CODE
LOWloopx/benchmark.py2006CODE
LOWloopx/benchmark.py2277CODE
LOWloopx/benchmark.py2691CODE
LOWloopx/todos.py877CODE
LOWloopx/todos.py1161CODE
LOWloopx/todos.py1528CODE
LOWloopx/self_update.py177CODE
LOWloopx/self_update.py327CODE
LOWloopx/self_update.py396CODE
LOWloopx/self_update.py579CODE
LOWloopx/state_refresh.py272CODE
LOWloopx/state_refresh.py923CODE
LOWloopx/quota.py310CODE
LOWloopx/quota.py366CODE
LOWloopx/quota.py579CODE
LOWloopx/project_skill_delivery.py162CODE
LOWloopx/project_skill_delivery.py259CODE
LOWloopx/pr_review.py680CODE
LOWloopx/pr_review.py1011CODE
LOWloopx/terminal_bench_agent.py352CODE
LOWloopx/upgrade.py178CODE
LOWloopx/upgrade.py470CODE
LOWloopx/upgrade.py560CODE
LOWloopx/upgrade.py653CODE
LOWloopx/rollout_event_log.py367CODE
LOWloopx/rollout_event_log.py396CODE
LOWloopx/state_backup.py121CODE
LOWloopx/file_lock.py277CODE
LOWloopx/skill_install_readback.py211CODE
LOWloopx/benchmark_ledger_countability.py56CODE
LOWloopx/codex_cli_probe.py58CODE
LOWloopx/codex_cli_probe.py890CODE
LOWloopx/global_registry.py259CODE
LOWloopx/configure_goal.py393CODE
LOWloopx/registry_writability.py18CODE
LOWloopx/authority.py650CODE
LOWloopx/state_migration.py123CODE
LOWloopx/state_migration.py160CODE
LOWloopx/benchmark_ledger.py2461CODE
LOWloopx/benchmark_ledger.py2578CODE
LOWloopx/benchmark_ledger.py2798CODE
LOWloopx/benchmark_ledger.py2879CODE
LOWloopx/benchmark_ledger.py3280CODE
LOWloopx/benchmark_ledger.py3485CODE
LOWloopx/benchmark_ledger.py2607CODE
LOWloopx/benchmark_ledger.py3338CODE
LOWloopx/host_loop_activation.py1006CODE
377 more matches not shown…
Excessive Try-Catch Wrapping310 hits · 288 pts
SeverityFileLineSnippetContext
LOWloopx/release_candidate.py40 except Exception as exc: # pragma: no cover - partial-package errors varyCODE
LOWloopx/cli_rollout.py89 except Exception as exc:CODE
LOWloopx/self_update.py148 except Exception as exc: # Remote comparison is advisory and must degrade offline.CODE
LOWloopx/self_update.py628 except Exception as exc:CODE
LOWloopx/self_update.py639 except Exception as restore_exc:CODE
LOWloopx/codex_goal_baseline.py452 except Exception as exc: # pragma: no cover - defensive optional pathCODE
LOWloopx/project_skill_delivery.py347 except Exception:CODE
LOWloopx/project_skill_delivery.py352 except Exception:CODE
LOWloopx/project_skill_delivery.py373 except Exception:CODE
LOWloopx/project_skill_delivery.py443 except Exception:CODE
LOWloopx/project_skill_delivery.py457 except Exception:CODE
LOWloopx/pr_review.py118 except Exception:CODE
LOWloopx/terminal_bench_agent.py769 except Exception:CODE
LOWloopx/terminal_bench_agent.py780 except Exception:CODE
LOWloopx/terminal_bench_agent.py792 except Exception:CODE
LOWloopx/terminal_bench_agent.py1332 except Exception:CODE
LOWloopx/terminal_bench_agent.py748 except Exception:CODE
LOWloopx/terminal_bench_agent.py995 except Exception:CODE
LOWloopx/terminal_bench_agent.py1024 except Exception:CODE
LOWloopx/terminal_bench_agent.py1051 except Exception:CODE
LOWloopx/terminal_bench_agent.py1276 except Exception:CODE
LOWloopx/terminal_bench_agent.py1509 except Exception:CODE
LOWloopx/terminal_bench_agent.py1823 except Exception:CODE
LOWloopx/terminal_bench_agent.py1888 except Exception:CODE
LOWloopx/terminal_bench_agent.py1964 except Exception:CODE
LOWloopx/status_server.py263 except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI.CODE
LOWloopx/status_server.py334 except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI.CODE
LOWloopx/status_server.py523 except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI.CODE
LOWloopx/status_server.py582 except Exception as exc: # noqa: BLE001 - preserve validation diagnostics for the local UI.CODE
LOWloopx/status_server.py625 except Exception as exc: # noqa: BLE001 - local UI should see the exact read failure.CODE
LOWloopx/status_server.py687 except Exception as exc: # noqa: BLE001 - local UI needs the read failure.CODE
LOWloopx/status_server.py735 except Exception as exc: # noqa: BLE001 - local UI needs the read failure.CODE
LOWloopx/status_server.py808 except Exception as exc: # noqa: BLE001 - the HTTP layer should preserve diagnostics.CODE
MEDIUMloopx/status_server.py259def _handle_reward_dry_run(self) -> None:CODE
MEDIUMloopx/status_server.py520def _handle_configure_goal_dry_run(self) -> None:CODE
LOWloopx/heartbeat_prequota.py35 except Exception as exc:CODE
LOWloopx/diagnose.py131 except Exception as exc: # noqa: BLE001 - diagnosis packets should preserve compact failure context.CODE
LOWloopx/summary_all.py123 except Exception as exc:CODE
LOWloopx/domain_packs/issue_fix.py57 except Exception:CODE
LOWloopx/capabilities/periodic_report/cli.py269 except Exception as exc:CODE
LOWloopx/capabilities/value_connectors/cli.py360 except Exception as exc:CODE
LOWloopx/capabilities/content_ops/cli.py500 except Exception as exc:CODE
LOWloopx/capabilities/issue_fix/pr_description.py380 except Exception: # noqa: BLE001 - configured application is a fail-open boundaryCODE
LOWloopx/capabilities/issue_fix/cli.py1791 except Exception as exc:CODE
LOWloopx/capabilities/explore/harness_runtime.py299 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py849 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py863 except Exception as caught:CODE
LOWloopx/capabilities/explore/replay_runtime.py869 except Exception as caught:CODE
LOWloopx/capabilities/explore/replay_runtime.py1029 except Exception:CODE
LOWloopx/capabilities/explore/replay_runtime.py1069 except Exception:CODE
LOWloopx/capabilities/explore/replay_runtime.py1106 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py1122 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py1161 except Exception:CODE
LOWloopx/capabilities/explore/replay_runtime.py1235 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py1243 except Exception as error:CODE
LOWloopx/capabilities/explore/replay_runtime.py1264 except Exception:CODE
LOWloopx/capabilities/explore/child_replay_runtime.py120 except Exception as error:CODE
LOWloopx/capabilities/explore/child_replay_runtime.py126 except Exception as error:CODE
LOWloopx/capabilities/explore/child_replay_runtime.py346 except Exception as error:CODE
LOWloopx/capabilities/explore/child_replay_runtime.py416 except Exception as error:CODE
250 more matches not shown…
Cross-File Repetition24 hits · 120 pts
SeverityFileLineSnippetContext
HIGH…ntrol_plane/test_codex_cli_scheduler_effect_program.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-visible-attach-acceptance-smoke.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-local-scheduler-tick-smoke.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-session-probe-smoke.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-visible-driver-run-smoke.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-local-driver-plan-smoke.py0usage: codex [options] [prompt] commands: exec run codex non-interactively resume resume a previous conversationSTRING
HIGHexamples/codex-cli-local-scheduler-exec-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-visible-attach-acceptance-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-local-scheduler-tick-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-session-probe-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-visible-local-driver-pilot-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-one-message-loop-pilot-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-visible-driver-run-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-local-driver-plan-smoke.py0usage: codex [options] [prompt] commands: exec remote-control manage the app-server daemon with remote control enabled rSTRING
HIGHexamples/codex-cli-local-scheduler-exec-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-local-scheduler-tick-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-session-probe-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-visible-local-driver-pilot-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-one-message-loop-pilot-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-visible-driver-run-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-local-driver-plan-smoke.py0usage: codex resume [options] [session_id] [prompt] resume a previous interactive session.STRING
HIGHexamples/codex-cli-visible-attach-acceptance-smoke.py0usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tuiSTRING
HIGHexamples/codex-cli-session-probe-smoke.py0usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tuiSTRING
HIGHexamples/codex-cli-local-driver-plan-smoke.py0usage: codex [options] [prompt] commands: exec resume attach-session send prompt to session after checking the idle tuiSTRING
AI Structural Patterns141 hits · 109 pts
SeverityFileLineSnippetContext
LOWloopx/bootstrap.py635CODE
LOWloopx/benchmark.py2691CODE
LOWloopx/benchmark_case_state.py322CODE
LOWloopx/benchmark_case_state.py735CODE
LOWloopx/todos.py625CODE
LOWloopx/todos.py877CODE
LOWloopx/todos.py1161CODE
LOWloopx/todos.py1528CODE
LOWloopx/todos.py1874CODE
LOWloopx/cli_rollout.py15CODE
LOWloopx/benchmark_ledger_current.py460CODE
LOWloopx/codex_goal_baseline.py48CODE
LOWloopx/codex_goal_baseline.py144CODE
LOWloopx/codex_goal_baseline.py284CODE
LOWloopx/codex_goal_baseline.py363CODE
LOWloopx/state_refresh.py565CODE
LOWloopx/state_refresh.py923CODE
LOWloopx/quota.py847CODE
LOWloopx/quota.py904CODE
LOWloopx/quota.py1023CODE
LOWloopx/terminal_bench_agent.py184CODE
LOWloopx/terminal_bench_agent.py571CODE
LOWloopx/rollout_event_log.py199CODE
LOWloopx/project_prompt.py190CODE
LOWloopx/project_prompt.py221CODE
LOWloopx/codex_cli_probe.py674CODE
LOWloopx/configure_goal.py393CODE
LOWloopx/todo_followups.py54CODE
LOWloopx/benchmark_ledger.py1760CODE
LOWloopx/benchmark_ledger.py3214CODE
LOWloopx/benchmark_ledger.py3501CODE
LOWloopx/worker_bridge.py305CODE
LOWloopx/worker_bridge.py451CODE
LOWloopx/worker_bridge.py896CODE
LOWloopx/worker_bridge.py1045CODE
LOWloopx/worker_bridge.py1184CODE
LOWloopx/worker_bridge.py1374CODE
LOWloopx/codex_cli_scheduler.py525CODE
LOWloopx/slash_command_install.py723CODE
LOWloopx/status.py774CODE
LOWloopx/status.py834CODE
LOWloopx/review_packet.py695CODE
LOWloopx/domain_packs/ml_experiment.py171CODE
LOWloopx/domain_packs/ml_experiment.py319CODE
LOWloopx/capabilities/content_ops/surface.py1783CODE
LOWloopx/capabilities/issue_fix/reviewer_recommendation.py685CODE
LOWloopx/capabilities/issue_fix/acceptance_loop.py622CODE
LOWloopx/capabilities/issue_fix/pr_description.py201CODE
LOWloopx/capabilities/issue_fix/pr_description.py268CODE
LOWloopx/capabilities/issue_fix/pr_lifecycle.py923CODE
LOW…x/capabilities/issue_fix/discovered_issue_promotion.py659CODE
LOWloopx/capabilities/issue_fix/feasibility.py263CODE
LOWloopx/capabilities/issue_fix/reviewer_notification.py583CODE
LOWloopx/capabilities/issue_fix/workflow_plan.py315CODE
LOWloopx/capabilities/issue_fix/reviewer_request.py511CODE
LOWloopx/capabilities/explore/harness_runtime.py654CODE
LOWloopx/capabilities/explore/worker_branch_plan.py830CODE
LOWloopx/capabilities/explore/result_log.py218CODE
LOWloopx/capabilities/explore/result_log.py311CODE
LOWloopx/capabilities/explore/todo_branch_plan.py319CODE
81 more matches not shown…
Fake / Example Data72 hits · 55 pts
SeverityFileLineSnippetContext
LOWloopx/codex_cli_probe.py462 "placeholder": "future driver must prove no active human typing and no running turn before visible resume orCODE
LOWloopx/codex_cli_probe_markdown.py127- placeholder: {idle_guard.get("placeholder")}CODE
LOW…product/surfaces/nontechnical-operator-status-model.md373Generate the fake-data storyboard and validate that it contains no privateCODE
LOWdocs/showcases/README.md96[creator-ops-fake-data-storyboard.md](creator-ops-fake-data-storyboard.md).CODE
LOWdocs/showcases/README.md206| [0620 creator-operator long-running agent case](cases/0620-creator-operator-case-spec.md) | Creator-operator workflow,CODE
LOWdocs/showcases/showcase-catalog.json1170 "storyboard_path": "docs/showcases/creator-ops-fake-data-storyboard.md",CODE
LOWdocs/showcases/showcase-catalog.json1202 "docs/showcases/creator-ops-fake-data-storyboard.md",CODE
LOW…s/showcases/cases/0620-creator-operator-case-spec.html136 <div class="evidence-grid"><div class="evidence-card"><div class="evidence-label">storyboard</div><p>`creator-ops-faCODE
LOW…s/showcases/cases/0620-creator-operator-case-spec.html146 <div class="source-list"><a class="source-ref" href="0620-creator-operator-case-spec.md"><span>case narrative</span>CODE
LOW…s/showcases/cases/0620-creator-operator-case-spec.html148 <div class="chips"><a class="case-link" href="0620-creator-operator-case-spec.md">案例说明</a><a class="case-link" href=CODE
LOW…howcases/cases/0620-creator-operator-case-spec.en.html136 <div class="evidence-grid"><div class="evidence-card"><div class="evidence-label">Storyboard</div><p>`creator-ops-faCODE
LOW…howcases/cases/0620-creator-operator-case-spec.en.html146 <div class="source-list"><a class="source-ref" href="0620-creator-operator-case-spec.md"><span>case narrative</span>CODE
LOW…howcases/cases/0620-creator-operator-case-spec.en.html148 <div class="chips"><a class="case-link" href="0620-creator-operator-case-spec.md">Case note</a><a class="case-link" CODE
LOWdocs/showcases/cases/0620-creator-operator-case-spec.md195[creator-ops-fake-data-storyboard.md](../creator-ops-fake-data-storyboard.md).CODE
LOWdocs/concepts/interaction-pattern-catalog.md430- a fake-data dashboard walkthrough for the first three patterns;CODE
LOWexamples/showcase-html-pages.py545 ("storyboard", "`creator-ops-fake-data-storyboard.md` 给出完整 fake fixture,不需要 live platform access,适合公开展示用CODE
LOWexamples/showcase-html-pages.py562 ("fake-data storyboard", "docs/showcases/creator-ops-fake-data-storyboard.md"),CODE
LOWexamples/showcase-html-pages.py572 ("Storyboard", "`creator-ops-fake-data-storyboard.md` provides a complete fake fixture with no live platCODE
LOWexamples/showcase-html-pages.py589 ("fake-data storyboard", "docs/showcases/creator-ops-fake-data-storyboard.md"),CODE
LOWexamples/skillsbench-benchmark-run-smoke.py1425 fake_user.BaseUser = FakeBaseUserCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1426 fake_user.RoundResult = FakeRoundResultBaseCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1429 sys.modules["benchflow.sandbox.user"] = fake_userCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1529 fake_user = types.ModuleType("benchflow.sandbox.user")CODE
LOWexamples/skillsbench-benchmark-run-smoke.py1537 fake_user.BaseUser = FakeBaseUserCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1538 fake_user.RoundResult = FakeRoundResultBaseCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1541 sys.modules["benchflow.sandbox.user"] = fake_userCODE
LOWexamples/skillsbench-benchmark-run-smoke.py1412 fake_user = types.ModuleType("benchflow.sandbox.user")CODE
LOWexamples/skillsbench-benchmark-run-smoke.py2912 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py2920 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py2921 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py2924 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3059 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3067 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3068 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3071 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3217 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3225 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3226 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3229 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3398 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3406 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3407 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3410 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3540 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3548 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3549 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3552 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3667 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3675 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3676 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3679 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3799 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3807 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3808 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3811 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3913 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
LOWexamples/skillsbench-benchmark-run-smoke.py3921 fake_user.BaseUser = FakeBaseUserSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3922 fake_user.RoundResult = FakeRoundResultBaseSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py3925 sys.modules["benchflow.sandbox.user"] = fake_userSTRING
LOWexamples/skillsbench-benchmark-run-smoke.py4041 fake_user = types.ModuleType("benchflow.sandbox.user")STRING
12 more matches not shown…
Modern Structural Boilerplate36 hits · 36 pts
SeverityFileLineSnippetContext
LOWloopx/heartbeat_prompt.py49__all__ = [CODE
LOWloopx/__init__.py3__all__ = ["__version__"]CODE
LOWloopx/event_sourced_state.py706def _update_todo_from_event(todo: dict[str, Any], event: dict[str, Any]) -> None:CODE
LOWloopx/capabilities/pr_review_queue/__init__.py11__all__ = [CODE
LOWloopx/capabilities/pr_review_queue/core.py500__all__ = [CODE
LOWloopx/capabilities/periodic_report/__init__.py44__all__ = [CODE
LOWloopx/capabilities/integration_branch/__init__.py9__all__ = [CODE
LOWloopx/capabilities/change_quality/__init__.py12__all__ = [CODE
LOWloopx/capabilities/agent_turn_recall/__init__.py10__all__ = [CODE
LOWloopx/capabilities/context_providers/__init__.py24__all__ = [CODE
LOWloopx/capabilities/issue_fix/pr_gate_reconcile_cli.py454__all__ = [CODE
LOWloopx/capabilities/issue_fix/__init__.py13__all__ = [CODE
LOWloopx/capabilities/issue_fix/pr_review_ack.py427__all__ = [CODE
LOWloopx/capabilities/semantic_preference/__init__.py6__all__ = [CODE
LOWloopx/capabilities/decision_context/__init__.py65__all__ = [CODE
LOWloopx/capabilities/auto_research/__init__.py10__all__ = [CODE
LOWloopx/capabilities/reward_memory/__init__.py47__all__ = [CODE
LOWloopx/capabilities/material_lifecycle/__init__.py95__all__ = [CODE
LOWloopx/experiments/planner_worker/traex.py451__all__ = [CODE
LOWloopx/cli_commands/__init__.py186__all__ = [CODE
LOWloopx/extensions/scaffold.py141__all__ = ["__version__"]CODE
LOWloopx/extensions/openviking_periodic_report/__init__.py11__all__ = [CODE
LOWloopx/extensions/lark/goal_channel.py27__all__ = [CODE
LOWloopx/extensions/lark/presentation/__init__.py8__all__ = [CODE
LOW…/extensions/openviking_semantic_preference/__init__.py5__all__ = ["main", "run"]CODE
LOWloopx/control_plane/quota/slot_accounting.py106def _set_quota_for_goal(status_payload: dict[str, Any], *, goal_id: str, quota: dict[str, Any]) -> None:CODE
LOWloopx/control_plane/turn_driver/__init__.py38__all__ = [CODE
LOWloopx/benchmark_core/__init__.py137__all__ = [CODE
LOWloopx/presentation/renderers/__init__.py12__all__ = [CODE
LOWloopx/presentation/sinks/openviking_periodic_report.py7__all__ = ["periodic_report_openviking_sink_adapter"]CODE
LOWloopx/presentation/sinks/__init__.py5__all__ = ["periodic_report_openviking_sink_adapter"]CODE
LOW…ples/control_plane/peer-agent-workspace-guard-smoke.py161def set_task_repository(project: Path, runtime: Path, registry_path: Path) -> None:CODE
LOWexamples/control_plane/task-lease-runtime-smoke.py76def set_claimed_by(state_file: Path, *, todo_id: str, owner: str | None) -> None:CODE
LOWexamples/control_plane/status_markdown_run_fixtures.py265def set_registry_attention_override(registry_path: Path) -> None:CODE
LOWscripts/harbor_host_bridge.py56__all__ = ["BRIDGE_SCRIPT_TEMPLATE"]STRING
LOW…iscovery/src/loopx_finance_value_discovery/__init__.py43__all__ = [CODE
Modern AI Meta-Vocabulary11 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMloopx/capabilities/explore/harness_gate.py11# pipeline projects into goal_boundary.orchestration -- explicitly setsCOMMENT
MEDIUMdocs/capabilities/integration-branch/README.md119## Periodic or event-driven reconcileCOMMENT
MEDIUM…ol-plane-course/08-evidence-refresh-and-self-repair.md724### 3. Refresh 对 multi-agent attribution fail closedCOMMENT
MEDIUMdocs/product/release-readiness.md270 surfaces (#1892, #1962, #1965-#1966, #1971). Visible multi-agent runs nowCODE
MEDIUMdocs/book/chapters/09-extension-scaffold.md18## 1. 生成官方 scaffoldCOMMENT
MEDIUMdocs/book/chapters/09-extension-scaffold.md210### 手写一个比 scaffold 更小的目录COMMENT
MEDIUMdocs/book/en/chapters/09-extension-scaffold.md19## 1. Generate the official scaffoldCOMMENT
MEDIUMdocs/book/en/chapters/09-extension-scaffold.md208### Hand-writing a smaller scaffoldCOMMENT
MEDIUMexamples/explore-result-layer-smoke.py46# goal_boundary.orchestration.explore_harness gate; every library-level planCOMMENT
MEDIUMexamples/explore-worker-plan-gate-smoke.py259 # project_asset.orchestration key never reaches the live quotaCOMMENT
MEDIUM…control_plane/quota-spend-workspace-causality-smoke.py363 # A multi-agent goal may deliberately allow a canonical CI checkout; itsCOMMENT
AI Slop Vocabulary8 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMloopx/capabilities/reward_memory/evaluation.py39 except Exception as exc: # noqa: BLE001 - compact harness boundaryCODE
MEDIUMloopx/claude_goal_mode/scripts/install.py38 """Interpreter to bake into hook / statusline / command strings — robust whereSTRING
MEDIUM…wcases/cases/0619-dynamic-workflow-hardware-agent.html320{"pages":{"Goal Harness.dc":"<!DOCTYPE html>\n<html><head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"CODE
MEDIUMexamples/claude-install-no-system-mutation-smoke.py87 calls, _, run = recorder(get_goal_harness_rc=0) # legacy goal-harness "exists"CODE
MEDIUMexamples/status.example.json223 "text": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harness pathCODE
MEDIUMexamples/status.example.json229 "title": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harness patCODE
MEDIUMexamples/status.example.json726 "text": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harnesCODE
MEDIUMexamples/status.example.json732 "title": "Block direct merge of legacy PR #199 until it is rebased/rewritten onto LoopX: rename goal_harneCODE
Structural Annotation Overuse10 hits · 15 pts
SeverityFileLineSnippetContext
LOW…s/book/en/chapters/source-change-control-plane-rule.md58## Step 1: Freeze the semanticsCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md95## Step 2: Draw the protocol chain and ownersCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md128## Step 3: Write the decision tableCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md150## Step 4: Make precedence explicitCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md188## Step 5: Decide whether the protocol changesCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md218## Step 6: Choose implementation ownershipCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md245## Step 7: Design the smallest complete validationCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md303## Step 8: Define failure and recoveryCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md318## Step 9: Handle compatibility and migrationCOMMENT
LOW…s/book/en/chapters/source-change-control-plane-rule.md340## Step 10: Update the authoritative documentsCOMMENT
Decorative Section Separators6 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py166 # ------------------------------------------------------------------STRING
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py168 # ------------------------------------------------------------------STRING
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py189 # ------------------------------------------------------------------STRING
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py191 # ------------------------------------------------------------------STRING
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py221 # ------------------------------------------------------------------STRING
MEDIUM…ples/auto-research-knn-evidence-normalization-smoke.py223 # ------------------------------------------------------------------STRING
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippetContext
LOWloopx/pi_goal_mode/loopx-goal.ts1// <!-- loopx-managed-slash-command:v1 command=/loopx surface=pi-extension -->COMMENT