fix(run): authority-root 跨盘 symlink 下 create_dir_all 假阳性自愈,两处消息补路径 (#279)

Analysed against a0104f9a6 files changedby 2233admin
Open PR on GitHub

Change-risk score

9.2out of 10Elevated
Repository health
7.2to7.4base against this head

This change sits in the top third of this repository's own risk distribution, the band worth reviewing closely. It is riskier than 79% of this repository's own commits.

No changed file lost health in this diff. Nothing outside this PR depends on a contract it changed.

Files changed
6
in this diff
Contracts changed
0
removed or signature
Outside callers
0
not in this diff
Findings added
4
8 resolved

Blast radius on the repo map

Every file in the repository, grouped into its own directories and sized by lines. The ones this PR changes are lit, and everything that imports them is marked.

cratesdocsevalorchestrationprototy…skills/code-in…code-intel-clievidenceschemassrctestsaudit_reportclidoctor_bootstr…mcp_serve
changed, health fellchanged, health rosechanged, health heldimports a changed fileuntouchedchanged by this PR

Drawing 585 of 760 files at a readable size, grouped by directory and sized by lines of code. 6 changed here reach 6 more by import. 175 are too small to see at this width, which is what the frame below is for.

Inside crates/code-intel-cli

srctestsaudit_reportchange_riskclimcp_servecommand_c…admiss…artifa…artifa…artif…assis…autho…bound…bound…built…capab…code…comm…comp…comp…cont…dag_…dag_r…decis…decis…decis…decla…deliv…docto…do…ed…ed…ev…ev…ex…fi…gr…har…hos…hos…i18…imp…int…metho…metho…model…nativ…orche…provide…repin.rsrepowis…repowis…repowis…run_cli…run_com…ru…se…se…sentrux_g…sessi…snapshot.rsst…staged…stru…surv…tool…unde…artif…art…au…capability_exec.rscli_h…coden…compa…dag_c…dag_r…decision…decision…delivery_li…do…do…en…ev…ev…fi…gr…hospit…internalization_r…me…me…na…po…ponyta…primar…projec…projec…repin.…run…run…run…sch…sen…sen…snapsh…span_…stage…survi…cl…reg…ren…va…vali…com…execut…mo…te…git…mod…si…lega…co…mod.…path…prob…re…re…mo…te…han…mod…te…iden…scorin…tests.…ses…sc…mo…te…mod.rs

230 files, 6 changed by this PR and 6 that import one. Click any directory above to frame it instead.

Changed

What this PR added, and what it took away

Introduced findings are the ones inside the lines this PR added, not the file's existing ones. The resolved column is the only place in the product that lists them.

Introduced (4)
  • mediumio in loop
    crates/code-intel-cli/src/artifacts_tests.rs:291

    a filesystem call runs once per loop iteration (N+1 / IO-in-loop)

  • mediumio in loop
    crates/code-intel-cli/src/artifacts_tests.rs:292

    a filesystem call runs once per loop iteration (N+1 / IO-in-loop)

  • lowhot path sync io
    crates/code-intel-cli/src/artifacts.rs:370

    a blocking filesystem call runs on a hot, request-reachable path; its latency is paid on every call through this function

  • lowhot path sync io
    crates/code-intel-cli/tests/primary_entry.rs:173

    a blocking filesystem call runs on a hot, request-reachable path; its latency is paid on every call through this function

Resolved (8)
  • hot path sync io
    crates/code-intel-cli/src/authoritative_run/execution_kernel.rs
  • hot path sync io
    crates/code-intel-cli/src/project_context.rs
  • duplicated assertion block
    crates/code-intel-cli/src/project_context/tests.rs
  • dry violation
    crates/code-intel-cli/src/project_context/tests.rs
  • io in loop
    crates/code-intel-cli/src/project_context/tests.rs
  • function hotspot
    crates/code-intel-cli/tests/primary_entry.rs
  • duplicated assertion block
    crates/code-intel-cli/tests/primary_entry.rs
  • dry violation
    crates/code-intel-cli/src/artifacts.rs

Who else knows this code

The primary author of each changed file by share of its recent commits, mined from git history. Advisory: it says who has context, not who must review.

  • crates/code-intel-cli/src/authoritative_run/execution_kernel.rs2233admin 66% of 4 commits · the PR author
  • crates/code-intel-cli/tests/primary_entry.rs2233admin 91% of 10 commits · the PR author
  • crates/code-intel-cli/src/project_context.rs2233admin 100% of 1 commits · the PR author
  • crates/code-intel-cli/src/project_context/tests.rs2233admin 100% of 1 commits · the PR author
  • crates/code-intel-cli/src/artifacts.rs2233admin 100% of 4 commits · the PR author

AI-authored against human-authored

Each changed file attributed to whichever author class contributed more of its added lines, then scored. File-level, because a line-level blame index is not persisted.

Files changed
AI 6Human 0
Findings introduced
AI 3Human 0
Share of the regression
AI 0.00Human 0.00

Get this on your own pull requests

This page came from an index of 2233admin/code-intel-pipeline. No model calls, no configuration, and it refreshes on every push. Install the bot and every pull request gets one of these.