repowiserepowise
Sign in
rakaarwaky/ruscut
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiserakaarwaky/ruscut

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

9of 26 scored

9 commits sit in this repo's top risk tercile, which is 35% of the 26scored. 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 7.8 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 commits623%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.36bitsShannon 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 threshold7.8out 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.

Feature15%
Fix19%
Refactor4%
Docs4%
Test4%
Chore50%
Other4%

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
ed4cbef1initial commit: ruscut - AI-powered background remover CLI and TUI in Rust
Raka Arwaky
2mo ago+5.3K -0
98%Elevated
more lines added than baseline
2
dd867e2ffix: scripts cd to project root, fix clippy/fmt errors, add release.toml
Raka Arwaky
2mo ago+2.5K -971
92%Elevated
more lines added than baseline
3
3f19a6fafeat: full architecture overhaul - clean hexagonal layers, EngineNameVo, VulkanComputePort, ROCm removal
Raka Arwaky
2mo ago+2.9K -370
92%Elevated
more lines added than baseline
4
ad9215a3feat(tui): upgrade to full-screen ratatui v0.30 dashboard, fix release script and workflow resilience
Raka Arwaky
2mo ago+1.7K -266
87%Elevated
more lines added than baseline
5
ff188d5efeat: complete AMD Vulkan GPU enforcement, silencer, and technical documentation overhaul
Raka Arwaky
2mo ago+541 -318
83%Elevated
more lines added than baseline
6
4be07485chore: release v0.1.1
Raka Arwaky
2mo ago+570 -325
79%Elevated
more lines added than baseline
7
d151d05etest: bump.sh script
Raka Arwaky
2mo ago+295 -28
75%Elevated
more lines added than baseline
8
31bc6b8crefactor: simplify to single-model architecture (Full 176MB) and translate all messages/TUI to English
Raka Arwaky
2mo ago+172 -125
71%Elevated
more lines added than baseline
9
3e4664aefix: install.sh auto-fallback to source build when no GitHub Release exists
Raka Arwaky
2mo ago+85 -56
67%Elevated
more lines added than baseline
10
952caadaci: add industry-standard multi-platform Rust CI pipeline
Raka Arwaky
2mo ago+85 -0
63%Typical
more lines added than baseline
11
e4b63795fix: benchmark progress output + download progress bar, remove duplicate model load
Raka Arwaky
2mo ago+58 -11
60%Typical
more lines added than baseline
12
53687770feat: implement premium un-premultiplied alpha edge matting and smoothstep sharpening
Raka Arwaky
2mo ago+43 -8
56%Typical
more lines added than baseline
13
fcae7b22chore: rename release workflow artifacts to ruscut and ruscut-tui
Raka Arwaky
2mo ago+20 -20
50%Typical
more lines added than baseline
14
3249fd98docs: Add MIT License file
Raka Arwaky
2mo ago+21 -0
50%Typical
more lines added than baseline
15
ab3dda64chore: save work before version bump
Raka Arwaky
2mo ago+12 -8
44%Typical
more focused than baseline
16
a1560496fix: make clear command robust in install.sh for non-tty environments
Raka Arwaky
2mo ago+4 -4
40%Typical
fewer lines added than baseline
17
44dd3f27fix: update hardcoded version strings to v0.1.3 (CLI + TUI)
Raka Arwaky
2mo ago+2 -2
37%Typical
fewer lines added than baseline
18
66ab32b9chore: release v0.1.10
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
19
fd02a5fachore: release v0.1.9
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
20
7dc0ae0achore: release v0.1.8
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
21
f882ebb1chore: release v0.1.7
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
22
b451feedchore: release v0.1.6
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
23
8df1a9e4chore: release v0.1.5
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
24
baf68c46chore: release v0.1.3 - architecture overhaul, clean hexagonal layers
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
25
7131814echore: release v0.1.2
Raka Arwaky
2mo ago+2 -2
19%Below typical
fewer lines added than baseline
26
e18fedc0chore: remove test directory from git tracking and add it to gitignore
Raka Arwaky
2mo ago+3 -0
2%Below typical
fewer lines added than baseline
  • ed4cbef1initial commit: ruscut - AI-powered background remover CLI and TUI in Rust
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +5.3K -0
    Risk
    98%Elevated
  • dd867e2ffix: scripts cd to project root, fix clippy/fmt errors, add release.toml
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2.5K -971
    Risk
    92%Elevated
  • 3f19a6fafeat: full architecture overhaul - clean hexagonal layers, EngineNameVo, VulkanComputePort, ROCm removal
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2.9K -370
    Risk
    92%Elevated
  • ad9215a3feat(tui): upgrade to full-screen ratatui v0.30 dashboard, fix release script and workflow resilience
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +1.7K -266
    Risk
    87%Elevated
  • ff188d5efeat: complete AMD Vulkan GPU enforcement, silencer, and technical documentation overhaul
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +541 -318
    Risk
    83%Elevated
  • 4be07485chore: release v0.1.1
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +570 -325
    Risk
    79%Elevated
  • d151d05etest: bump.sh script
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +295 -28
    Risk
    75%Elevated
  • 31bc6b8crefactor: simplify to single-model architecture (Full 176MB) and translate all messages/TUI to English
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +172 -125
    Risk
    71%Elevated
  • 3e4664aefix: install.sh auto-fallback to source build when no GitHub Release exists
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +85 -56
    Risk
    67%Elevated
  • 952caadaci: add industry-standard multi-platform Rust CI pipeline
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +85 -0
    Risk
    63%Typical
  • e4b63795fix: benchmark progress output + download progress bar, remove duplicate model load
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +58 -11
    Risk
    60%Typical
  • 53687770feat: implement premium un-premultiplied alpha edge matting and smoothstep sharpening
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +43 -8
    Risk
    56%Typical
  • fcae7b22chore: rename release workflow artifacts to ruscut and ruscut-tui
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +20 -20
    Risk
    50%Typical
  • 3249fd98docs: Add MIT License file
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +21 -0
    Risk
    50%Typical
  • ab3dda64chore: save work before version bump
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +12 -8
    Risk
    44%Typical
  • a1560496fix: make clear command robust in install.sh for non-tty environments
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +4 -4
    Risk
    40%Typical
  • 44dd3f27fix: update hardcoded version strings to v0.1.3 (CLI + TUI)
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    37%Typical
  • 66ab32b9chore: release v0.1.10
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • fd02a5fachore: release v0.1.9
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • 7dc0ae0achore: release v0.1.8
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • f882ebb1chore: release v0.1.7
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • b451feedchore: release v0.1.6
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • 8df1a9e4chore: release v0.1.5
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • baf68c46chore: release v0.1.3 - architecture overhaul, clean hexagonal layers
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • 7131814echore: release v0.1.2
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +2 -2
    Risk
    19%Below typical
  • e18fedc0chore: remove test directory from git tracking and add it to gitignore
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +3 -0
    Risk
    2%Below typical
Showing 26 of 26 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.

09typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 26 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,000Lines changed (log) →0.04.6Diffusion →
Below typical9
Typical8
Elevated9

Commit history for rakaarwaky/ruscut

rakaarwaky/ruscut has 26 commits in its history from 1 contributor, the first of them May 27, 2026. In the last 90 days 54 files were touched, 144 times in total, most often cli_command_handler.rs. Every commit is scored for change risk from its size, spread and the history of the files it touches.