repowiserepowise
Sign in
2233admin/agent-control
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowise2233admin/agent-control

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

5of 14 scored

5 commits sit in this repo's top risk tercile, which is 36% of the 14scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 8.4 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits857%Commits whose subject reads as a bug fix rather than new work.Written by an agent1393%Read from commit trailers, so it counts what was declared.Change diffusion1.45bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold8.4out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

How this repo's commit mix shifts over time.

Feature14%
Fix57%
Docs7%
Other21%
93%of indexed commits are agent-attributed(13 of 14)
claude (13)

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
3c46b378初始化:从冻结的 Eridanus117/agent-control 迁入当前内容
zaurakworksclaudeassisted
1d ago+52.5K -0
96%Elevated
more lines added than baseline
2
37adcc3cdocs(records): 抢救 codex-work 研发资产并纳入版本控制 (#47)
zaurakworks
18h ago+6.0K -0
89%Elevated
more lines added than baseline
3
eea85979tools: 新增 plugin_release,检测三端安装态相对 Plugin 源仓的漂移 (#35)
zaurakworksclaudeassisted
1d ago+1.1K -0
82%Elevated
more lines added than baseline
4
6e4c1c79feat(plugin_release): 补上退役命令与生命周期复核状态报告 (#37)
zaurakworksclaudeassisted
1d ago+319 -3
75%Elevated
more lines added than baseline
5
4fae775efix(plugin_release): 三个运行端只有两份物理缓存,别名端不再当独立验证 (#36)
zaurakworksclaudeassisted
1d ago+120 -5
68%Elevated
more lines added than baseline
6
8cdbf187feat(plugin_release): 新增 sync——「源码即生产」下真正的发布动作 (#43)
zaurakworksclaudeassisted
22h ago+115 -0
61%Typical
more lines added than baseline
7
650cb80efix(plugin_release): 会话读版本缓存——两次真实会话测试定论,推翻此前两轮推断 (#46)
zaurakworksclaudeassisted
20h ago+84 -64
54%Typical
more lines added than baseline
8
8b519aa8fix(plugin_release): 告警对象改为工作树来源——原模型认定运行端读版本缓存,实测是错的 (#42)
zaurakworksclaudeassisted
1d ago+68 -37
46%Typical
more lines added than baseline
9
cbc3443cfix(plugin_release): 加载路径尚未定论,钩子改为两边都守 (#45)
zaurakworksclaudeassisted
22h ago+51 -29
39%Typical
more lines added than baseline
10
d62153effix(plugin_release): 补 claude 安装前卸载与中止后恢复路径,两者均由首次真用暴露 (#41)
zaurakworksclaudeassisted
1d ago+26 -8
32%Below typical
more lines added than baseline
11
1cb8d6b8fix: 修 clean-slate 迁仓后 CI 的两类必然失败
zaurakworksclaudeassisted
1d ago+15 -22
25%Below typical
more lines added than baseline
12
f0d60675fix: 恢复指针换到新仓编号,并修一处迁仓遗留的判据
zaurakworksclaudeassisted
1d ago+12 -12
18%Below typical
more lines added than baseline
13
5828a295fix: 运行期硬编码指向新仓
zaurakworksclaudeassisted
1d ago+4 -4
11%Below typical
fewer lines added than baseline
14
87b0772aops: #20 收口后更新恢复指针 (#44)
zaurakworksclaudeassisted
22h ago+2 -3
4%Below typical
fewer lines added than baseline
  • 3c46b378初始化:从冻结的 Eridanus117/agent-control 迁入当前内容
    Author
    zaurakworks
    When
    1d ago
    Lines
    +52.5K -0
    Risk
    96%Elevated
  • 37adcc3cdocs(records): 抢救 codex-work 研发资产并纳入版本控制 (#47)
    Author
    zaurakworks
    When
    18h ago
    Lines
    +6.0K -0
    Risk
    89%Elevated
  • eea85979tools: 新增 plugin_release,检测三端安装态相对 Plugin 源仓的漂移 (#35)
    Author
    zaurakworks
    When
    1d ago
    Lines
    +1.1K -0
    Risk
    82%Elevated
  • 6e4c1c79feat(plugin_release): 补上退役命令与生命周期复核状态报告 (#37)
    Author
    zaurakworks
    When
    1d ago
    Lines
    +319 -3
    Risk
    75%Elevated
  • 4fae775efix(plugin_release): 三个运行端只有两份物理缓存,别名端不再当独立验证 (#36)
    Author
    zaurakworks
    When
    1d ago
    Lines
    +120 -5
    Risk
    68%Elevated
  • 8cdbf187feat(plugin_release): 新增 sync——「源码即生产」下真正的发布动作 (#43)
    Author
    zaurakworks
    When
    22h ago
    Lines
    +115 -0
    Risk
    61%Typical
  • 650cb80efix(plugin_release): 会话读版本缓存——两次真实会话测试定论,推翻此前两轮推断 (#46)
    Author
    zaurakworks
    When
    20h ago
    Lines
    +84 -64
    Risk
    54%Typical
  • 8b519aa8fix(plugin_release): 告警对象改为工作树来源——原模型认定运行端读版本缓存,实测是错的 (#42)
    Author
    zaurakworks
    When
    1d ago
    Lines
    +68 -37
    Risk
    46%Typical
  • cbc3443cfix(plugin_release): 加载路径尚未定论,钩子改为两边都守 (#45)
    Author
    zaurakworks
    When
    22h ago
    Lines
    +51 -29
    Risk
    39%Typical
  • d62153effix(plugin_release): 补 claude 安装前卸载与中止后恢复路径,两者均由首次真用暴露 (#41)
    Author
    zaurakworks
    When
    1d ago
    Lines
    +26 -8
    Risk
    32%Below typical
  • 1cb8d6b8fix: 修 clean-slate 迁仓后 CI 的两类必然失败
    Author
    zaurakworks
    When
    1d ago
    Lines
    +15 -22
    Risk
    25%Below typical
  • f0d60675fix: 恢复指针换到新仓编号,并修一处迁仓遗留的判据
    Author
    zaurakworks
    When
    1d ago
    Lines
    +12 -12
    Risk
    18%Below typical
  • 5828a295fix: 运行期硬编码指向新仓
    Author
    zaurakworks
    When
    1d ago
    Lines
    +4 -4
    Risk
    11%Below typical
  • 87b0772aops: #20 收口后更新恢复指针 (#44)
    Author
    zaurakworks
    When
    22h ago
    Lines
    +2 -3
    Risk
    4%Below typical
Showing 14 of 14 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

03typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 14 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.06.7Diffusion →
Below typical5
Typical4
Elevated5

Commit history for 2233admin/agent-control

2233admin/agent-control has 14 commits in its history from 1 contributor, the first of them Aug 15, 2026. In the last 90 days 56 files were touched, 72 times in total, most often plugin_release.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.