Repository Analysis

zhukunpenglinyutong/desktop-cc-gui

CC GUI Client (VibeCoding Platform Designed for Developers)

3.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of zhukunpenglinyutong/desktop-cc-gui, a TypeScript project with 3,599 GitHub stars. SynthScan v2.0 examined 1,370,076 lines of code across 7424 source files, recording 3603 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 3.5 places this repository in the Likely human-written 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).

3.5
Adjusted Score
3.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.6K
Stars
TypeScript
Language
1.4M
Lines of Code
7.4K
Files
3.6K
Pattern Hits
2026-07-14
Scan Date
0.00
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 9MEDIUM 418LOW 3175

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 3603 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 Identifiers2796 hits · 2850 pts
SeverityFileLineSnippetContext
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py40def _load_sanitized_upstream_source(script_path: Path) -> str:CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py51def _sanitized_upstream_config_open():CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py80def _load_sanitized_helper_module(module_name: str, script_path: Path) -> None:CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py40def _load_sanitized_upstream_source(script_path: Path) -> str:CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py51def _sanitized_upstream_config_open():CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py80def _load_sanitized_helper_module(module_name: str, script_path: Path) -> None:CODE
LOWdocs/research/04-project-memory-consumption-research.md183async function injectProjectMemoryContext(params: {CODE
LOWdocs/plans/2026-06-01-browser-dock-phase3.md346export function reconcileBrowserObservation(CODE
LOWdocs/plans/2026-06-20-claude-provider-fetch-models.md67export async function fetchClaudeProviderModels(CODE
LOW…6-06-07-refine-project-map-api-contract-detail-view.md111function normalizeProjectMapApiDescriptionSources(value: unknown): ProjectMapApiDescriptionSource[] {CODE
LOW…6-06-07-refine-project-map-api-contract-detail-view.md115function normalizeProjectMapApiStructuredSchemaFields(value: unknown): ProjectMapApiStructuredSchemaField[] {CODE
LOW…6-06-07-refine-project-map-api-contract-detail-view.md143export function buildProjectMapApiEndpointRow(endpoint: ProjectMapApiEndpoint): ProjectMapApiEndpointRow {CODE
LOW…ed/2026-02-11-phase2.1-memory-context-injection-mvp.md48function readContextInjectionEnabled(): booleanCODE
LOWdocs/perf/a4-live-text-externalization-plan.md67export function renameLiveAssistantTextThread(oldThreadId: string, newThreadId: string): void;CODE
LOWdocs/perf/a4-live-text-externalization-plan.md68export function clearLiveAssistantTextForThread(threadId: string): void;CODE
LOWdocs/perf/a4-live-text-externalization-plan.md69export function getLiveAssistantTextSnapshot(threadId: string): LiveAssistantTextEntry | null;CODE
LOWdocs/perf/a4-live-text-externalization-plan.md70export function subscribeLiveAssistantText(threadId: string, cb: () => void): () => void;CODE
LOWdocs/perf/parallel-conversation-jank-handbook.md372function findProgressiveRevealBoundary(CODE
LOWdocs/perf/parallel-conversation-jank-handbook.md660function getCachedBackgroundActivity(threadId: string) {CODE
LOWscripts/realtime-perf-report.ts120function createBaselineReportMarkdown(reports: DurationReport[], generatedAt: string) {CODE
LOWscripts/realtime-perf-report.ts150function createAcceptanceReportMarkdown(reports: DurationReport[], generatedAt: string) {CODE
LOWscripts/perf-v0511-runtime-evidence.ts187function toFiniteNonNegativeNumber(value: unknown) {CODE
LOWscripts/perf-v0511-runtime-evidence.ts232function measuredMetricFromDiagnostic(entry: Record<string, unknown>, sourcePath: string): RuntimeEvidenceMetric | null CODE
LOWscripts/perf-v0511-runtime-evidence.ts317function measuredMetricsFromTurnTrace(entry: Record<string, unknown>, sourcePath: string) {CODE
LOWscripts/perf-v0511-runtime-evidence.ts422function measuredMetricsFromWorkspaceFileListing(entry: Record<string, unknown>, sourcePath: string) {CODE
LOWscripts/perf-v0511-runtime-evidence.ts447async function buildMeasuredMetricsFromDiagnostics(path: string | null) {CODE
LOWscripts/perf-v0511-runtime-evidence.ts580function buildRealtimeInputRenderMetrics() {CODE
LOWscripts/perf-v0511-runtime-evidence.ts638function measureAppServerRouteDurations() {CODE
LOWscripts/perf-v0511-runtime-evidence.ts652function buildAppServerBatchMetrics() {CODE
LOWscripts/perf-v0511-runtime-evidence.ts723function buildFileChangeDebounceMetrics() {CODE
LOWscripts/perf-v0511-runtime-evidence.ts793async function buildBackendFileIoMetrics() {CODE
LOWscripts/perf-v0511-runtime-evidence.ts831function buildFrontendPropChainMetrics() {CODE
LOW.trellis/spec/frontend/computer-use-bridge.md25export async function getComputerUseBridgeStatus(): Promise<ComputerUseBridgeStatus>CODE
LOW.trellis/spec/frontend/computer-use-bridge.md26export async function runComputerUseActivationProbe(): Promise<ComputerUseActivationResult>CODE
LOW.trellis/spec/frontend/computer-use-bridge.md27export async function runComputerUseHostContractDiagnostics(): Promise<ComputerUseHostContractDiagnosticsResult>CODE
LOW.trellis/spec/frontend/computer-use-bridge.md28export async function runComputerUseCodexBroker(request: ComputerUseBrokerRequest): Promise<ComputerUseBrokerResult>CODE
LOW.trellis/scripts/create_bootstrap.py74def write_prd_backend_section(spec_base: str) -> str:STRING
LOW.trellis/scripts/create_bootstrap.py90def write_prd_frontend_section(spec_base: str) -> str:STRING
LOW.trellis/scripts/multi_agent/create_pr.py54def _get_submodule_default_branch(submodule_abs: Path) -> str:CODE
LOW.trellis/scripts/multi_agent/create_pr.py75def _process_submodule_changes(CODE
LOW.trellis/scripts/multi_agent/create_pr.py271def _ensure_submodule_warning_on_existing_pr(CODE
LOW.trellis/scripts/multi_agent/start.py76def _init_submodules_for_task(CODE
LOW.trellis/scripts/common/session_context.py43def _collect_package_git_info(repo_root: Path) -> list[dict]:CODE
LOW.trellis/scripts/common/session_context.py91def _append_package_git_context(lines: list[str], package_git_info: list[dict]) -> None:CODE
LOW.trellis/scripts/common/config.py49def get_session_commit_message(repo_root: Path | None = None) -> str:CODE
LOW.trellis/scripts/common/packages_context.py157def get_context_packages_text(repo_root: Path | None = None) -> str:CODE
LOW.trellis/scripts/common/packages_context.py213def get_context_packages_json(repo_root: Path | None = None) -> dict:CODE
LOW.trellis/scripts/common/paths.py378def generate_task_date_prefix() -> str:CODE
LOW.trellis/scripts/common/registry.py129def registry_get_agent_by_worktree(CODE
LOW.trellis/scripts/common/registry.py230def registry_remove_by_worktree(CODE
LOW.trellis/scripts/common/worktree.py257def get_worktree_post_create_hooks(repo_root: Path | None = None) -> list[str]:CODE
LOW.trellis/scripts/common/cli_adapter.py517 def requires_agent_definition_file(self) -> bool:CODE
LOW.trellis/scripts/common/cli_adapter.py530 def supports_session_id_on_create(self) -> bool:CODE
LOW.trellis/scripts/common/cli_adapter.py539 def extract_session_id_from_log(self, log_content: str) -> str | None:CODE
LOW.trellis/scripts/common/developer.py108def ensure_developer_initialized(repo_root: Path | None = None) -> str | None:CODE
LOW.trellis/scripts/common/session_start_context.py141def build_project_entry_context(project_dir: Path) -> str:CODE
LOW.trellis/scripts/common/session_start_context.py158def build_current_state_summary(project_dir: Path) -> str:CODE
LOW.trellis/scripts/common/session_start_context.py253def build_guideline_pointer_context(project_dir: Path) -> str:CODE
LOW.trellis/scripts/hooks/linear_sync.py203def _resolve_parent_linear_issue(task: dict) -> str | None:CODE
LOW…sidebar-list-timeout-fallback-across-engines/design.md61export function seedLastGoodEngineIntoMerged(CODE
2736 more matches not shown…
Decorative Section Separators335 hits · 1099 pts
SeverityFileLineSnippetContext
MEDIUM…/skills/huashu-design/references/animation-pitfalls.md222// ━━━━━━ state ━━━━━━COMMENT
MEDIUM…/skills/huashu-design/references/animation-pitfalls.md228// ━━━━━━ tick ━━━━━━COMMENT
MEDIUM…/skills/huashu-design/references/animation-pitfalls.md252// ━━━━━━ boot ━━━━━━COMMENT
MEDIUM…/skills/huashu-design/references/animation-pitfalls.md260// ━━━━━━ seek 接口(供 render-video 防御性矫正用)━━━━━━COMMENT
MEDIUM.agents/skills/huashu-design/scripts/render-video.js100 // ── Phase 1: WARMUP (no recording, caches fonts/assets) ─────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/render-video.js113 // ── Phase 2: RECORD (fresh context, animation from t=0) ─────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/mix-voiceover.sh94# ── ffmpeg filter graph ─────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/scripts/render-narration.sh105# ── Step 1: 录无声 MP4 ──────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/scripts/render-narration.sh118# ── Step 2: 混入人声 ──────────────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/add-music.sh38# ── Parse args ───────────────────────────────────────────────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/add-music.sh65# ── Resolve music source: --music wins, else --mood ─────────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/add-music.sh80# ── Resolve output path ─────────────────────────────────────────────COMMENT
MEDIUM.agents/skills/huashu-design/scripts/add-music.sh85# ── Measure video duration, compute fade-out start ──────────────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/w1-brand-protocol.html546 // ── Auto-scale stage to viewport ─────────────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/w1-brand-protocol.html557 // ── Easing functions ─────────────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/w1-brand-protocol.html575 // ── Timeline (total 12s) ─────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html814 // ── Scale to viewport (1920×1080 canvas) ─────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html823 // ── Easing ───────────────────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html836 // ── Elements ─────────────────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html899 // ── SFX via WebAudio ─────────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html947 // ── Timeline ─────────────────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html975 // ── Beat 1: 0-2s ─────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html1016 // ── Beat 2: 2-8s ─────────────────────────────────────────COMMENT
MEDIUM…ts/skills/huashu-design/demos/c1-ios-prototype-en.html1050 // ── Beat 3: 8-10s ────────────────────────────────────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html631 // ── Beat 1: 0-2s · JSON data appears, types in ─────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html648 // ── Pipe arrow (1.8 → 2.2) ─────────────────────────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html654 // ── Beat 2a: 2.0-3.2s · Infographic canvas arrives ─────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html667 // ── Beat 2b: 3.0-4.2s · Display headline appears ──────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html688 // ── Beat 2d: 5.2-6.4s · Comparison bars grow ─────────COMMENT
MEDIUM…ents/skills/huashu-design/demos/c5-infographic-en.html732 // ── Beat 3: 8.2-10s · Brand reveal ───────────────────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html628 // ── Beat 1: 0-2s · JSON data appears, types in ─────────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html645 // ── Pipe arrow (1.8 → 2.2) ─────────────────────────────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html651 // ── Beat 2a: 2.0-3.2s · Infographic canvas arrives ─────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html664 // ── Beat 2b: 3.0-4.2s · Display headline appears ──────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html685 // ── Beat 2d: 5.2-6.4s · Comparison bars grow ─────────COMMENT
MEDIUM.agents/skills/huashu-design/demos/c5-infographic.html729 // ── Beat 3: 8.2-10s · Brand reveal ───────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html811 // ── Scale to viewport (1920×1080 canvas) ─────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html820 // ── Easing ───────────────────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html833 // ── Elements ─────────────────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html896 // ── SFX via WebAudio ─────────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html944 // ── Timeline ─────────────────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html972 // ── Beat 1: 0-2s ─────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html1013 // ── Beat 2: 2-8s ─────────────────────────────────────────COMMENT
MEDIUM…gents/skills/huashu-design/demos/c1-ios-prototype.html1047 // ── Beat 3: 8-10s ────────────────────────────────────────COMMENT
MEDIUM…s/skills/huashu-design/demos/w1-brand-protocol-en.html534 // ── Auto-scale stage to viewport ─────────────────COMMENT
MEDIUM…s/skills/huashu-design/demos/w1-brand-protocol-en.html545 // ── Easing functions ─────────────────COMMENT
MEDIUM…s/skills/huashu-design/demos/w1-brand-protocol-en.html563 // ── Timeline (total 12s) ─────────────────COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html741 // ────────────────────────────────────COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html762 // ────────────────────────────────────COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html826 // ────── TitleCOMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html831 // ────── Splitter (fade out earlier so Beat 3 is clean)COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html839 // ────── Halves fade in / out (fade out earlier to clear for Beat 3 chart)COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html848 // ────── TOP track: terminal line + progress barCOMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html905 // ────── BOTTOM track: 3 iter panelsCOMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html930 // ────── Beat 3 · final chart crossfade (chart appears as halves fade)COMMENT
MEDIUM…/skills/huashu-design/demos/w2-junior-designer-en.html963 // ────── Brand reveal 10.0-12.0COMMENT
MEDIUM…nts/skills/huashu-design/demos/w2-junior-designer.html747 // ────────────────────────────────────COMMENT
MEDIUM…nts/skills/huashu-design/demos/w2-junior-designer.html768 // ────────────────────────────────────COMMENT
MEDIUM…nts/skills/huashu-design/demos/w2-junior-designer.html832 // ────── TitleCOMMENT
MEDIUM…nts/skills/huashu-design/demos/w2-junior-designer.html837 // ────── Splitter (fade out earlier so Beat 3 is clean)COMMENT
275 more matches not shown…
Structural Annotation Overuse144 hits · 251 pts
SeverityFileLineSnippetContext
LOWREADME.md95### Step 1: Prepare your environmentCOMMENT
LOWREADME.md111### Step 2: Install dependenciesCOMMENT
LOWREADME.md121### Step 3: Start itCOMMENT
LOW.agents/skills/deploy-to-vercel/SKILL.md15## Step 1: Gather Project StateCOMMENT
LOW.agents/skills/deploy-to-vercel/SKILL.md53## Step 2: Choose a Deploy MethodCOMMENT
LOW.agents/skills/brainstorm/SKILL.md54## Step 0: Ensure Task Exists (ALWAYS)COMMENT
LOW.agents/skills/brainstorm/SKILL.md114## Step 1: Auto-Context (DO THIS BEFORE ASKING QUESTIONS)COMMENT
LOW.agents/skills/brainstorm/SKILL.md137## Step 2: Classify Complexity (still useful, not gating task creation)COMMENT
LOW.agents/skills/brainstorm/SKILL.md150## Step 3: Question Gate (Ask ONLY high-value questions)COMMENT
LOW.agents/skills/brainstorm/SKILL.md184## Step 4: Research-first Mode (Mandatory for technical choices)COMMENT
LOW.agents/skills/brainstorm/SKILL.md240## Step 5: Expansion Sweep (DIVERGE) — Required after initial understandingCOMMENT
LOW.agents/skills/brainstorm/SKILL.md287## Step 6: Q&A Loop (CONVERGE)COMMENT
LOW.agents/skills/brainstorm/SKILL.md320## Step 7: Propose Approaches + Record Decisions (Complex tasks)COMMENT
LOW.agents/skills/brainstorm/SKILL.md354## Step 8: Final Confirmation + Implementation PlanCOMMENT
LOW.agents/skills/update-spec/SKILL.md90### Step 1: Identify What You LearnedCOMMENT
LOW.agents/skills/update-spec/SKILL.md98### Step 2: Classify the Update TypeCOMMENT
LOW.agents/skills/update-spec/SKILL.md110### Step 3: Read the Target Code-SpecCOMMENT
LOW.agents/skills/update-spec/SKILL.md121### Step 4: Make the UpdateCOMMENT
LOW.agents/skills/update-spec/SKILL.md131### Step 5: Update the Index (if needed)COMMENT
LOW.agents/skills/start/SKILL.md23### Step 1: Read Project EntryCOMMENT
LOW.agents/skills/start/SKILL.md37### Step 2: Understand Development WorkflowCOMMENT
LOW.agents/skills/start/SKILL.md45### Step 3: Get Current ContextCOMMENT
LOW.agents/skills/start/SKILL.md53### Step 4: Read Guidelines IndexCOMMENT
LOW.agents/skills/start/SKILL.md77### Step 5: Report and AskCOMMENT
LOW.agents/skills/vercel-cli-with-tokens/SKILL.md13## Step 1: Locate the Vercel TokenCOMMENT
LOW.agents/skills/vercel-cli-with-tokens/SKILL.md68## Step 2: Locate the Project and TeamCOMMENT
LOW.agents/skills/onboard/SKILL.md274## Step 1: Check Current Guidelines StatusCOMMENT
LOW.agents/skills/onboard/SKILL.md284## Step 2: Determine SituationCOMMENT
LOW.agents/skills/onboard/SKILL.md319## Step 3: Help Fill Guidelines (If Empty)COMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md329## Step 1: Audit the AppCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md354## Step 2: Add CSS RecipesCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md358## Step 3: Isolate Persistent ElementsCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md373## Step 4: Add Directional Page TransitionsCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md412## Step 5: Add Suspense RevealsCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md422## Step 6: Add Shared Element TransitionsCOMMENT
LOW.agents/skills/vercel-react-view-transitions/AGENTS.md454## Step 7: Verify Each Navigation PathCOMMENT
LOW…el-react-view-transitions/references/implementation.md5## Step 1: Audit the AppCOMMENT
LOW…el-react-view-transitions/references/implementation.md30## Step 2: Add CSS RecipesCOMMENT
LOW…el-react-view-transitions/references/implementation.md36## Step 3: Isolate Persistent ElementsCOMMENT
LOW…el-react-view-transitions/references/implementation.md48## Step 4: Add Directional Page TransitionsCOMMENT
LOW…el-react-view-transitions/references/implementation.md105## Step 5: Add Suspense RevealsCOMMENT
LOW…el-react-view-transitions/references/implementation.md129## Step 6: Add Shared Element TransitionsCOMMENT
LOW…el-react-view-transitions/references/implementation.md153## Step 7: Verify Each Navigation PathCOMMENT
LOW.agents/skills/record-session/SKILL.md16### Step 1: Get Context & Check TasksCOMMENT
LOW.agents/skills/record-session/SKILL.md38### Step 2: One-Click Add SessionCOMMENT
LOW.claude/agents/debug.md29### Step 1: Understand IssuesCOMMENT
LOW.claude/agents/debug.md37### Step 2: Research if NeededCOMMENT
LOW.claude/agents/debug.md46### Step 3: Fix One by OneCOMMENT
LOW.claude/agents/debug.md54### Step 4: VerifyCOMMENT
LOW.claude/agents/check.md35### Step 1: Get ChangesCOMMENT
LOW.claude/agents/check.md42### Step 2: Check Against SpecsCOMMENT
LOW.claude/agents/check.md52### Step 3: Self-FixCOMMENT
LOW.claude/agents/check.md60### Step 4: Run VerificationCOMMENT
LOW.claude/agents/research.md57### Step 1: Understand Search RequestCOMMENT
LOW.claude/agents/research.md65### Step 2: Execute SearchCOMMENT
LOW.claude/agents/research.md69### Step 3: Organize ResultsCOMMENT
LOW.claude/agents/plan.md18## Step 0: Evaluate Requirement (CRITICAL)COMMENT
LOW.claude/agents/plan.md152### Step 1: Initialize Context FilesCOMMENT
LOW.claude/agents/plan.md160### Step 2: Analyze Codebase with Research AgentCOMMENT
LOW.claude/agents/plan.md198### Step 3: Add Context EntriesCOMMENT
84 more matches not shown…
Modern AI Meta-Vocabulary63 hits · 202 pts
SeverityFileLineSnippetContext
MEDIUM.agents/skills/vercel-optimize/references/doctrine.md48## Rule 4: Doc-grounded, version-aware recommendations — no hallucinationsCOMMENT
MEDIUM.trellis/worktree.yaml2# Used for worktree initialization in multi-agent workflowsCOMMENT
MEDIUM…ellis/tasks/04-22-split-app-shell-orchestration/prd.md1# Split app shell orchestration into submodule hooksCOMMENT
MEDIUM.trellis/scripts/task.py240# Command: create-pr (delegates to multi-agent script)COMMENT
MEDIUMopenspec/specs/agent-task-center/spec.md113#### Scenario: run created from orchestration task stores linkageCOMMENT
MEDIUMopenspec/specs/shell-orchestration-hardening/spec.md1# shell-orchestration-hardening SpecificationCOMMENT
MEDIUMopenspec/specs/spec-hub-workbench-ui/spec.md307#### Scenario: Shared engine selector is shown once in actions orchestration areaCOMMENT
MEDIUMopenspec/specs/agent-task-orchestration-center/spec.md1# agent-task-orchestration-center SpecificationCOMMENT
MEDIUMopenspec/specs/agent-task-orchestration-center/spec.md34#### Scenario: orchestration dispatch includes browser context explicitlyCOMMENT
MEDIUMopenspec/specs/agent-task-orchestration-center/spec.md65#### Scenario: plain workspace opens orchestration centerCOMMENT
MEDIUMopenspec/specs/git-branch-management/spec.md214#### Scenario: Current branch guardrailsCOMMENT
MEDIUMopenspec/specs/client-workflow-runtime-model/spec.md166#### Scenario: orchestration source refs are linkedCOMMENT
MEDIUMopenspec/specs/agent-task-run-history/spec.md78#### Scenario: dispatched run records orchestration task idCOMMENT
MEDIUMopenspec/specs/agent-task-run-history/spec.md90#### Scenario: run history remains independent from orchestration projectionCOMMENT
MEDIUMopenspec/specs/agent-task-run-history/spec.md107#### Scenario: orchestration run uses orchestration sourceCOMMENT
MEDIUMopenspec/specs/engine-plugin-onboarding-kit/spec.md10#### Scenario: current harness pass excludes engine scaffoldingCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md1# client-startup-orchestration SpecificationCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md7### Requirement: Client startup SHALL use phase-based orchestrationCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md15#### Scenario: task declares orchestration metadataCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md25### Requirement: Startup orchestration SHALL separate critical loading from opportunistic prewarmCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md61### Requirement: Startup orchestration SHALL enforce startup budgets and concurrency capsCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md103### Requirement: Focus and visibility refresh SHALL be coalesced through startup orchestrationCOMMENT
MEDIUMopenspec/specs/client-startup-orchestration/spec.md223### Requirement: Startup orchestration implementation SHALL remain cross-platform and CI-gate cleanCOMMENT
MEDIUMopenspec/specs/claude-context-usage-display/spec.md38#### Scenario: runtime context window updates live usageCOMMENT
MEDIUMopenspec/specs/claude-context-usage-display/spec.md57#### Scenario: hook lifecycle events are enabled for context window telemetryCOMMENT
MEDIUMopenspec/specs/claude-context-usage-display/spec.md66#### Scenario: nested hook payloads carry context window stateCOMMENT
MEDIUMopenspec/specs/claude-context-usage-display/spec.md130#### Scenario: fallback context window is labeled as estimatedCOMMENT
MEDIUM…spec/changes/fix-tooltip-startup-update-loop/design.md13### Decision 1: TooltipIconButton 退出 Radix Tooltip orchestrationCOMMENT
MEDIUM…-add-prompt-enhancer-manual-provider-timeout/design.md29### Decision 1: Keep state orchestration in `usePromptEnhancer`COMMENT
MEDIUM…oarding-kit/specs/engine-plugin-onboarding-kit/spec.md7#### Scenario: current harness pass excludes engine scaffoldingCOMMENT
MEDIUM…26-06-03-add-agent-task-orchestration-center/design.md180### 5. TaskRun 需要从 Kanban-only 扩展到 orchestration linkageCOMMENT
MEDIUM…k-orchestration-center/specs/agent-task-center/spec.md7#### Scenario: run created from orchestration task stores linkageCOMMENT
MEDIUM…n-center/specs/agent-task-orchestration-center/spec.md7#### Scenario: plain workspace opens orchestration centerCOMMENT
MEDIUM…hestration-center/specs/agent-task-run-history/spec.md7#### Scenario: dispatched run records orchestration task idCOMMENT
MEDIUM…hestration-center/specs/agent-task-run-history/spec.md19#### Scenario: run history remains independent from orchestration projectionCOMMENT
MEDIUM…hestration-center/specs/agent-task-run-history/spec.md36#### Scenario: orchestration run uses orchestration sourceCOMMENT
MEDIUM…rchive/2026-06-07-split-large-file-hard-debt/design.md23### Batch 2: Layout hook orchestrationCOMMENT
MEDIUM…ive/2026-04-22-split-app-shell-orchestration/design.md27### Decision 1: 继续使用 `app-shell-parts` 目录承载 orchestration hookCOMMENT
MEDIUM…e-without-checkout/specs/git-branch-management/spec.md74#### Scenario: Current branch guardrailsCOMMENT
MEDIUM…er-agent/specs/agent-task-orchestration-center/spec.md12#### Scenario: orchestration dispatch includes browser context explicitlyCOMMENT
MEDIUM…pressure/specs/agent-task-orchestration-center/spec.md1# agent-task-orchestration-center Delta SpecCOMMENT
MEDIUM…tabilize-core-runtime-and-realtime-contracts/design.md192### Decision 5: P1 bridge guardrails are included, bridge rewrite is notCOMMENT
MEDIUM…-02-reduce-core-complexity-preserve-behavior/design.md57### Decision 3: Extract pure functions before moving hook orchestrationCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md3### Requirement: Client startup SHALL use phase-based orchestrationCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md11#### Scenario: task declares orchestration metadataCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md21### Requirement: Startup orchestration SHALL separate critical loading from opportunistic prewarmCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md57### Requirement: Startup orchestration SHALL enforce startup budgets and concurrency capsCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md99### Requirement: Focus and visibility refresh SHALL be coalesced through startup orchestrationCOMMENT
MEDIUM…rchestrator/specs/client-startup-orchestration/spec.md172### Requirement: Startup orchestration implementation SHALL remain cross-platform and CI-gate cleanCOMMENT
MEDIUM…03-22-add-kanban-scheduled-and-chained-tasks/design.md36### Decision 1: 执行入口统一收口到同一 orchestration 函数COMMENT
MEDIUM…time-model/specs/client-workflow-runtime-model/spec.md163#### Scenario: orchestration source refs are linkedCOMMENT
MEDIUM…ges/archive/2026-05-28-add-project-xray-panel/tasks.md32## 4. AI generation orchestrationCOMMENT
MEDIUM…eedback-2026-02-25/specs/spec-hub-workbench-ui/spec.md39#### Scenario: Shared engine selector is shown once in actions orchestration areaCOMMENT
MEDIUM…-list-context-menu/specs/git-branch-management/spec.md98#### Scenario: Current branch guardrailsCOMMENT
MEDIUM…26-05-28-dynamic-project-governance-evidence/design.md60### Decision 2: EvidenceAdapter 负责 applicability,collector 负责 orchestrationCOMMENT
MEDIUM…den-client-renderer-stability-under-pressure/design.md93### Decision 6: Runtime helper/process guardrails stay regression sentinelsCOMMENT
MEDIUM…age-display/specs/claude-context-usage-display/spec.md32#### Scenario: runtime context window updates live usageCOMMENT
MEDIUM…age-display/specs/claude-context-usage-display/spec.md51#### Scenario: hook lifecycle events are enabled for context window telemetryCOMMENT
MEDIUM…age-display/specs/claude-context-usage-display/spec.md59#### Scenario: nested hook payloads carry context window stateCOMMENT
MEDIUM…age-display/specs/claude-context-usage-display/spec.md106#### Scenario: fallback context window is labeled as estimatedCOMMENT
3 more matches not shown…
Unused Imports78 hits · 72 pts
SeverityFileLineSnippetContext
LOW.agents/skills/huashu-design/scripts/verify.py19CODE
LOW.agents/skills/huashu-design/scripts/verify.py20CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py9CODE
LOW.claude/hooks/session-start.py7CODE
LOW.claude/hooks/statusline.py12CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py9CODE
LOW.codex/hooks/session-start.py10CODE
LOW.trellis/scripts/create_bootstrap.py23CODE
LOW.trellis/scripts/task.py25CODE
LOW.trellis/scripts/get_developer.py8CODE
LOW.trellis/scripts/get_context.py10CODE
LOW.trellis/scripts/init_developer.py13CODE
LOW.trellis/scripts/add_session.py22CODE
LOW.trellis/scripts/multi_agent/plan.py19CODE
LOW.trellis/scripts/multi_agent/plan.py25CODE
LOW.trellis/scripts/multi_agent/plan.py27CODE
LOW.trellis/scripts/multi_agent/status_monitor.py13CODE
LOW.trellis/scripts/multi_agent/status_display.py16CODE
LOW.trellis/scripts/multi_agent/status_display.py28CODE
LOW.trellis/scripts/multi_agent/create_pr.py19CODE
LOW.trellis/scripts/multi_agent/create_pr.py26CODE
LOW.trellis/scripts/multi_agent/cleanup.py22CODE
LOW.trellis/scripts/multi_agent/cleanup.py31CODE
LOW.trellis/scripts/multi_agent/start.py22CODE
LOW.trellis/scripts/multi_agent/start.py31CODE
LOW.trellis/scripts/multi_agent/status.py17CODE
LOW.trellis/scripts/multi_agent/status.py22CODE
LOW.trellis/scripts/multi_agent/status.py26CODE
LOW.trellis/scripts/common/phase.py20CODE
LOW.trellis/scripts/common/session_context.py14CODE
LOW.trellis/scripts/common/session_context.py24CODE
LOW.trellis/scripts/common/git.py7CODE
LOW.trellis/scripts/common/git_context.py13CODE
LOW.trellis/scripts/common/git_context.py18CODE
LOW.trellis/scripts/common/git_context.py18CODE
LOW.trellis/scripts/common/task_queue.py13CODE
LOW.trellis/scripts/common/tasks.py13CODE
LOW.trellis/scripts/common/config.py8CODE
LOW.trellis/scripts/common/task_store.py16CODE
LOW.trellis/scripts/common/packages_context.py12CODE
LOW.trellis/scripts/common/paths.py13CODE
LOW.trellis/scripts/common/log.py8CODE
LOW.trellis/scripts/common/registry.py17CODE
LOW.trellis/scripts/common/io.py8CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
LOW.trellis/scripts/common/__init__.py58CODE
18 more matches not shown…
Excessive Try-Catch Wrapping40 hits · 62 pts
SeverityFileLineSnippetContext
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py93 except Exception:CODE
LOW.claude/hooks/ralph-loop.py83 except Exception:CODE
LOW.claude/hooks/ralph-loop.py138 except Exception:CODE
LOW.claude/hooks/ralph-loop.py167 except Exception as e:CODE
LOW.claude/hooks/ralph-loop.py203 except Exception:CODE
LOW.claude/hooks/ralph-loop.py222 except Exception:CODE
LOW.claude/hooks/ralph-loop.py234 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py110 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py166 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py178 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py219 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py221 except Exception:CODE
LOW.claude/hooks/inject-subagent-context.py268 except Exception:CODE
LOW…ills/osp-openspec-sync/scripts/validate-consistency.py93 except Exception:CODE
MEDIUM.trellis/scripts/create_bootstrap.py264 print("Error: Developer not initialized")CODE
MEDIUM.trellis/scripts/add_session.py227 print("Error: Markers not found in index.md. Please ensure markers exist.", file=sys.stderr)CODE
MEDIUM.trellis/scripts/add_session.py364 print("Error: Developer not initialized", file=sys.stderr)CODE
MEDIUM.trellis/scripts/add_session.py369 print("Error: Workspace directory not found", file=sys.stderr)CODE
MEDIUM.trellis/scripts/add_session.py493 print(f"Error: unknown package '{package}'. Available: {available}", file=sys.stderr)CODE
LOW.trellis/scripts/multi_agent/status_monitor.py75 except Exception:CODE
LOW.trellis/scripts/multi_agent/status_monitor.py117 except Exception:CODE
LOW.trellis/scripts/multi_agent/status_display.py140 except Exception:CODE
LOW.trellis/scripts/multi_agent/cleanup.py237 except Exception as e:CODE
LOW.trellis/scripts/multi_agent/start.py491 except Exception:CODE
LOW.trellis/scripts/common/git.py30 except Exception as e:CODE
MEDIUM.trellis/scripts/common/task_utils.py44 print("Error: empty or null task path", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py49 print(f"Error: absolute path not allowed: {task_path}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py54 print(f"Error: path traversal not allowed: {task_path}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py64 print(f"Error: path resolves to repo root: {task_path}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py160 print(f"Error: task directory not found: {task_dir_abs}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py117 print(f"Error: task directory not found: {task_dir_abs}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py130 print(f"Error: Failed to create archive directory: {e}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/task_utils.py140 print(f"Error: Failed to move task to archive: {e}", file=sys.stderr)CODE
LOW.trellis/scripts/common/task_utils.py257 except Exception as e:CODE
MEDIUM.trellis/scripts/common/developer.py142 print("Error: developer name is required", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/developer.py159 print(f"Error: Failed to create .developer file: {e}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/developer.py166 print(f"Error: Failed to create workspace directory: {e}", file=sys.stderr)CODE
MEDIUM.trellis/scripts/common/developer.py184 print(f"Error: Failed to create journal file: {e}", file=sys.stderr)STRING
MEDIUM.trellis/scripts/common/developer.py234 print(f"Error: Failed to create index.md: {e}", file=sys.stderr)STRING
MEDIUM.trellis/scripts/common/developer.py254 print("Error: Developer not initialized.", file=sys.stderr)STRING
Over-Commented Block43 hits · 43 pts
SeverityFileLineSnippetContext
LOW.agents/skills/huashu-design/scripts/mix-voiceover.sh1#!/usr/bin/env bashCOMMENT
LOW.agents/skills/huashu-design/scripts/convert-formats.sh1#!/bin/bashCOMMENT
LOW…gents/skills/huashu-design/scripts/render-narration.sh1#!/usr/bin/env bashCOMMENT
LOW.agents/skills/huashu-design/scripts/add-music.sh1#!/usr/bin/env bashCOMMENT
LOW.agents/skills/huashu-design/scripts/add-music.sh21#COMMENT
LOW…ts/skills/huashu-design/demos/c6-expert-review-en.html721 pointsG.appendChild(circle);COMMENT
LOW…s/skills/huashu-design/demos/w1-brand-protocol-en.html561 }COMMENT
LOW…/skills/huashu-design/demos/w2-junior-designer-en.html741 // ────────────────────────────────────COMMENT
LOW…nts/skills/huashu-design/demos/w2-junior-designer.html741 function seg(time, start, end) {COMMENT
LOW.agents/skills/update-spec/SKILL.md141```markdownCOMMENT
LOW.claude/rules/introduction.md1## 项目介绍COMMENT
LOWscripts/perf-reproduce-jank.sh1#!/bin/bashCOMMENT
LOWsrc-tauri/src/curated_skills.rs41 /// "View on GitHub" link rather than rendering a broken anchor.COMMENT
LOWsrc-tauri/src/curated_skills.rs481 }COMMENT
LOWsrc-tauri/src/utils.rs1use std::env;COMMENT
LOWsrc-tauri/src/bin/cc_gui_daemon.rs1#[allow(dead_code)]COMMENT
LOWsrc-tauri/src/bin/cc_gui_daemon.rs121#[path = "../rules.rs"]COMMENT
LOWsrc-tauri/src/shared/workspaces_core.rs21 samples.push(sample);COMMENT
LOWsrc-tauri/src/engine/events.rs161 /// Model context window size (from Claude statusline/hooks)COMMENT
LOWsrc-tauri/src/engine/claude.rs341 user_input_notify_by_turn: StdMutex<HashMap<String, Arc<Notify>>>,COMMENT
LOWsrc-tauri/src/engine/claude.rs941 _ => {COMMENT
LOWsrc-tauri/src/engine/claude.rs2541#[cfg(test)]COMMENT
LOWsrc-tauri/src/engine/mod.rs161}COMMENT
LOWsrc-tauri/src/engine/claude/tests_stream.rs1001COMMENT
LOWsrc-tauri/src/engine/claude/tests_stream.rs1061COMMENT
LOWsrc-tauri/src/engine/claude/askuser_mcp.rs1//! In-process HTTP MCP server exposing a single `AskUserQuestion` tool.COMMENT
LOWsrc-tauri/src/engine/claude/user_input.rs861 /// until the user answers, returning the formatted tool_result text.COMMENT
LOW.trellis/worktree.yaml1# Worktree Configuration for Multi-Agent PipelineCOMMENT
LOW.trellis/worktree.yaml21 # - .envCOMMENT
LOW.trellis/worktree.yaml41COMMENT
LOW.trellis/config.yaml1# Trellis ConfigurationCOMMENT
LOW.trellis/config.yaml21COMMENT
LOW.trellis/config.yaml41# Trellis auto-detects workspaces during `trellis init`, but you can alsoCOMMENT
LOWsrc/features/curated-skills/i18n/categoryLabels.ts41 // always-on semantics: enabling a curated skill in Settings means itCOMMENT
LOWsrc/features/messages/components/Messages.tsx2401 // 正文甩在半空,用户每轮都得手动滚到底。虚拟化行的迟到测量、content-visibility 屏外COMMENT
LOW…s/app/hooks/useAppServerEvents.batch-consumer.test.tsx1// @vitest-environment jsdomCOMMENT
LOWsrc/features/search/hooks/searchQueryToken.ts1import { useRef } from "react";COMMENT
LOWsrc/features/search/hooks/searchQueryToken.ts41// useSearchQueryToken wires a `useRef<SearchQueryTokenState>` to theCOMMENT
LOWsrc/features/search/indexing/indexItem.ts1import type { SearchResultKind } from "../types";COMMENT
LOW…eatures/search/indexing/equivalence.regression.test.ts1// @vitest-environment jsdomCOMMENT
LOWsrc/features/threads/utils/codexPendingPrewarm.ts1// Codex 乐观创建会话的预热登记表。COMMENT
LOWsrc/features/threads/utils/liveAssistantTextChannel.ts1// 流式正文 live-text 外部化通道(perf flag: liveTextExternalization)。COMMENT
LOWsrc/services/perfBaseline/hotspotTracker.ts1// 主线程热路径计时器(纯内存环形缓冲,零依赖、零写盘)。COMMENT
Verbosity Indicators21 hits · 40 pts
SeverityFileLineSnippetContext
LOW.codex/agents/plan.toml14## Step 0: Evaluate Requirement (CRITICAL)COMMENT
LOW.codex/agents/plan.toml148### Step 1: Initialize Context FilesCOMMENT
LOW.codex/agents/plan.toml156### Step 2: Analyze Codebase with Research AgentCOMMENT
LOW.codex/agents/plan.toml194### Step 3: Add Context EntriesCOMMENT
LOW.codex/agents/plan.toml209### Step 4: Write prd.mdCOMMENT
LOW.codex/agents/plan.toml244### Step 5: Configure Task MetadataCOMMENT
LOW.codex/agents/plan.toml259### Step 6: Validate ConfigurationCOMMENT
LOW.codex/agents/plan.toml267### Step 7: Output SummaryCOMMENT
LOW.codex/agents/debug.toml25### Step 1: Understand IssuesCOMMENT
LOW.codex/agents/debug.toml33### Step 2: Research if NeededCOMMENT
LOW.codex/agents/debug.toml42### Step 3: Fix One by OneCOMMENT
LOW.codex/agents/debug.toml50### Step 4: VerifyCOMMENT
LOW.codex/agents/dispatch.toml34### Step 1: Determine Current Task DirectoryCOMMENT
LOW.codex/agents/dispatch.toml43### Step 2: Read Task ConfigurationCOMMENT
LOW.codex/agents/dispatch.toml51### Step 3: Execute in Phase OrderCOMMENT
LOW.trellis/scripts/multi_agent/plan.py89 # Step 1: Create Task DirectoryCOMMENT
LOW.trellis/scripts/multi_agent/plan.py131 # Step 2: Prepare and Start Plan AgentCOMMENT
LOW.trellis/scripts/multi_agent/start.py287 # Step 1: Create Worktree (if not exists)COMMENT
LOW.trellis/scripts/multi_agent/start.py393 # Step 2: Set .current-task in WorktreeCOMMENT
LOW.trellis/scripts/multi_agent/start.py405 # Step 3: Prepare and Start Claude AgentCOMMENT
LOW.trellis/scripts/multi_agent/start.py498 # Step 4: Register to Registry (in main repo, not worktree)COMMENT
Deep Nesting32 hits · 27 pts
SeverityFileLineSnippetContext
LOW.agents/skills/huashu-design/scripts/verify.py29CODE
LOW.claude/hooks/ralph-loop.py87CODE
LOW.claude/hooks/ralph-loop.py142CODE
LOW.claude/hooks/ralph-loop.py173CODE
LOW.claude/hooks/ralph-loop.py253CODE
LOW.claude/hooks/inject-subagent-context.py183CODE
LOW.claude/hooks/inject-subagent-context.py227CODE
LOW.claude/hooks/inject-subagent-context.py717CODE
LOW.trellis/scripts/task.py209CODE
LOW.trellis/scripts/multi_agent/status_monitor.py42CODE
LOW.trellis/scripts/multi_agent/status_monitor.py80CODE
LOW.trellis/scripts/multi_agent/status_monitor.py151CODE
LOW.trellis/scripts/multi_agent/status_display.py212CODE
LOW.trellis/scripts/multi_agent/cleanup.py179CODE
LOW.trellis/scripts/multi_agent/cleanup.py302CODE
LOW.trellis/scripts/multi_agent/cleanup.py358CODE
LOW.trellis/scripts/multi_agent/start.py76CODE
LOW.trellis/scripts/multi_agent/start.py182CODE
LOW.trellis/scripts/multi_agent/status.py40CODE
LOW.trellis/scripts/common/session_context.py43CODE
LOW.trellis/scripts/common/session_context.py116CODE
LOW.trellis/scripts/common/task_store.py85CODE
LOW.trellis/scripts/common/task_store.py226CODE
LOW.trellis/scripts/common/task_utils.py218CODE
LOW.trellis/scripts/common/worktree.py74CODE
LOW.trellis/scripts/common/cli_adapter.py94CODE
LOW.trellis/scripts/common/cli_adapter.py214CODE
LOW.trellis/scripts/common/cli_adapter.py257CODE
LOW.trellis/scripts/common/cli_adapter.py292CODE
LOW.trellis/scripts/common/cli_adapter.py389CODE
LOW.trellis/scripts/common/cli_adapter.py477CODE
LOW.trellis/scripts/common/task_context.py97CODE
Redundant / Tautological Comments19 hits · 26 pts
SeverityFileLineSnippetContext
LOW.agents/skills/deploy-to-vercel/resources/deploy.sh182# Check if input is a .tgz file or a directoryCOMMENT
LOW.agents/skills/deploy-to-vercel/resources/deploy.sh208 # Check if this is a static HTML project (no package.json)COMMENT
LOW…ents/skills/deploy-to-vercel/resources/deploy-codex.sh182# Check if input is a .tgz file or a directoryCOMMENT
LOW…ents/skills/deploy-to-vercel/resources/deploy-codex.sh208 # Check if this is a static HTML project (no package.json)COMMENT
LOW.claude/hooks/ralph-loop.py314 # Increment iterationCOMMENT
LOW.claude/hooks/ralph-loop.py333 # Check if verify commands are configuredCOMMENT
LOW.claude/hooks/inject-subagent-context.py749 # Check if task directory existsCOMMENT
LOW.trellis/scripts/create_bootstrap.py276 # Check if already existsCOMMENT
LOW.trellis/scripts/create_bootstrap.py284 # Write filesCOMMENT
LOW.trellis/scripts/init_developer.py36 # Check if already initializedCOMMENT
LOW.trellis/scripts/add_session.py329 # Check if there are staged changesCOMMENT
LOW.trellis/scripts/multi_agent/create_pr.py443 # Check if there are staged changesCOMMENT
LOW.trellis/scripts/multi_agent/create_pr.py509 # Check if PR already existsCOMMENT
LOW.trellis/scripts/multi_agent/start.py119 # Check if this package is a submoduleCOMMENT
LOW.trellis/scripts/multi_agent/start.py254 # Check if task was rejectedCOMMENT
LOW.trellis/scripts/multi_agent/start.py268 # Check if prd.md exists (plan completed successfully)COMMENT
LOW.trellis/scripts/common/task_store.py323 # Check if there are staged changesCOMMENT
LOW.trellis/scripts/common/task_store.py368 # Check if child already has a parentCOMMENT
LOW.trellis/scripts/common/task_context.py263 # Check if already existsCOMMENT
Synthetic Comment Markers4 hits · 25 pts
SeverityFileLineSnippetContext
HIGHopenspec/specs/project-xray-panel/spec.md332#### Scenario: AI-generated dynamic labels remain readableCOMMENT
HIGH…dd-project-xray-panel/specs/project-xray-panel/spec.md431#### Scenario: AI-generated dynamic labels remain readableCOMMENT
HIGHsrc/features/spec/components/SpecHub.test-support.tsx185 "When enabled, missing verification artifact will be generated by AI before strict verify.",CODE
HIGHsrc/i18n/locales/en.part2.ts749 hint: "When enabled, missing verification artifact will be generated by AI before strict verify.",CODE
Cross-Language Confusion3 hits · 18 pts
SeverityFileLineSnippetContext
HIGH.agents/skills/huashu-design/scripts/verify.py34 print("运行: pip install playwright && playwright install chromium")CODE
HIGH.trellis/scripts/add_session.py327 print("[WARN] Please commit workspace changes manually: git add .trellis/workspace && git commit", file=sys.stdeCODE
HIGH.trellis/scripts/multi_agent/start.py279 " jq '.branch = \"task/my-task\"' task.json > tmp && mv tmp task.json"CODE
Fake / Example Data14 hits · 14 pts
SeverityFileLineSnippetContext
LOW.agents/skills/huashu-design/SKILL.md435- 使用**用户真实内容/主题**(不是 Lorem ipsum)CODE
LOW.agents/skills/huashu-design/scripts/html2pptx.js16 * - Extracts placeholder elements (class="placeholder") with positionsCOMMENT
LOW.agents/skills/huashu-design/scripts/html2pptx.js558 if (el.className && el.className.includes('placeholder')) {CODE
LOWsrc-tauri/src/diagnostics_bundle.rs859 settings.email_sender.username = "user@example.com".to_string();CODE
LOWsrc-tauri/src/diagnostics_bundle.rs870 assert!(!serialized.contains("user@example.com"));CODE
LOWsrc-tauri/src/browser_agent/toolbar.rs489 element.getAttribute("placeholder"),CODE
LOWsrc-tauri/src/browser_agent/toolbar.rs541 element.getAttribute("placeholder") ||CODE
LOWsrc-tauri/src/email/session_continuation.rs2038 allowed_senders: vec!["user@example.com".to_string()],CODE
LOWsrc-tauri/src/email/session_continuation.rs2086 "user@example.com"CODE
LOWsrc/features/settings/hooks/useAppSettings.test.ts231 username: "user@example.com",CODE
LOW…er-agent/capture/readOnlyCaptureScript.fixture.test.ts75 <label>Email <input name="email" value="user@example.com" /></label>CODE
LOWsrc/features/threads/utils/generatedImagePlaceholder.ts12 "placeholder",CODE
LOW…c/features/threads/hooks/useThreadAccountInfo.test.tsx15 account: { type: "chatgpt", email: "user@example.com", planType: "pro" },CODE
LOW…c/features/threads/hooks/useThreadAccountInfo.test.tsx39 email: "user@example.com",CODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH.trellis/scripts/common/task_queue.py121List tasks assigned to current developer. Args: filter_status: Optional status filter. repo_root: RSTRING
HIGH.trellis/scripts/common/cli_adapter.py565Get CLI adapter for the specified platform. Args: platform: Platform name ('claude', 'opencode', 'cursor', STRING
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…atures/project-map/hooks/useProjectMapDataset.test.tsx984 expect(result.current.dataset.manifest.lensStats.every((stats) => stats.nodeCount === 0)).toBe(true);CODE
Example Usage Blocks5 hits · 8 pts
SeverityFileLineSnippetContext
LOW.agents/skills/huashu-design/scripts/mix-voiceover.sh4# Usage:COMMENT
LOW.agents/skills/huashu-design/scripts/convert-formats.sh4# Usage:COMMENT
LOW…gents/skills/huashu-design/scripts/render-narration.sh9# Usage:COMMENT
LOW.agents/skills/huashu-design/scripts/add-music.sh4# Usage:COMMENT
LOWscripts/create-dmg.sh4# Usage:COMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMscripts/create-dmg.sh2# Create a DMG with drag-to-install panel for ccguiCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.claude/hooks/inject-subagent-context.py114def update_current_phase(repo_root: str, task_dir: str, subagent_type: str) -> None:CODE
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.trellis/scripts/common/task_store.py63CODE