repowiserepowise
Sign in
rakaarwaky/vision-arwaky
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiserakaarwaky/vision-arwaky

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

6of 19 scored

6 commits sit in this repo's top risk tercile, which is 32% of the 19scored. 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 commits632%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.26bitsShannon 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.

Began chore-led, now leaning fix.

Feature11%
Fix26%
Refactor16%
Chore42%
Other5%

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
2d1f50c3refactor: implement strict type checking and add py.typed marker for type system compliance across all modules
Raka Arwaky
1mo ago+5.2K -5.2K
95%Elevated
more lines added than baseline
2
923b8b90Initial commit: Set up vision-arwaky server
Raka Arwaky
2mo ago+5.2K -0
95%Elevated
more lines added than baseline
3
b08520bcchore: bump version to 2.0.7
Raka Arwaky
1mo ago+1.9K -566
84%Elevated
more lines added than baseline
4
4a6fd2e7refactor: restructure to feature-based architecture + add TUI + fix audit issues
Raka Arwaky
1mo ago+2.4K -2.2K
84%Elevated
more lines added than baseline
5
3653920cchore: bump version to 2.0.6
Raka Arwaky
1mo ago+327 -326
76%Elevated
more lines added than baseline
6
c0196d3cTitle: Add security vulnerability report and update gitignore
qwen.ai[bot]
1mo ago+124 -17
71%Elevated
more lines added than baseline
7
37e10ba1refactor: replace build script with install script and update package metadata
rakaarwaky
3d ago+95 -1
66%Typical
more lines added than baseline
8
2e309373ci: add PyPI publish workflow and update bump script for tag support
Raka Arwaky
2mo ago+38 -1
61%Typical
more lines added than baseline
9
b7a87174fix: CI workflow — install system deps, generate fixtures, use uv pip install
Raka Arwaky
1mo ago+31 -4
55%Typical
more lines added than baseline
10
6df6e04efeat: CI — create auto-fix-ci issue on failure for webhook-like trigger
Raka Arwaky
1mo ago+12 -0
50%Typical
more focused than baseline
11
a3db71d5fix: update install script to use dynamic base directory and improve virtualenv handling
rakaarwaky
3d ago+10 -17
45%Typical
more focused than baseline
12
bdff8d6bchore: correct package name, scripts, and documentation for vision-arwaky
Raka Arwaky
2mo ago+10 -7
39%Typical
more scattered than baseline
13
8ff8abfdchore: update metadata, author, and documentation
Raka Arwaky
2mo ago+6 -6
34%Typical
fewer lines added than baseline
14
b16ed0a5fix: CI — use uv sync instead of system pip (externally managed python)
Raka Arwaky
1mo ago+6 -7
29%Below typical
fewer lines added than baseline
15
66d3c529fix: CI — add GH_TOKEN for issue creation, install pytest, use python3 -m pytest
Raka Arwaky
1mo ago+4 -2
24%Below typical
fewer lines added than baseline
16
6a1dd228fix: CI — use libgl1 instead of libgl1-mesa-glx (not in ubuntu-24.04 repos)
Raka Arwaky
1mo ago+1 -1
13%Below typical
fewer lines added than baseline
17
91f643b3chore: bump version to 2.0.5
Raka Arwaky
2mo ago+1 -1
13%Below typical
fewer lines added than baseline
18
e1debb8bci: specify environment: pypi in publish workflow
Raka Arwaky
2mo ago+1 -0
13%Below typical
fewer lines added than baseline
19
112b9030chore: remove run-vision.js and update lint results path
Raka Arwaky
2mo ago+0 -61
3%Below typical
fewer lines added than baseline
  • 2d1f50c3refactor: implement strict type checking and add py.typed marker for type system compliance across all modules
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +5.2K -5.2K
    Risk
    95%Elevated
  • 923b8b90Initial commit: Set up vision-arwaky server
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +5.2K -0
    Risk
    95%Elevated
  • b08520bcchore: bump version to 2.0.7
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +1.9K -566
    Risk
    84%Elevated
  • 4a6fd2e7refactor: restructure to feature-based architecture + add TUI + fix audit issues
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +2.4K -2.2K
    Risk
    84%Elevated
  • 3653920cchore: bump version to 2.0.6
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +327 -326
    Risk
    76%Elevated
  • c0196d3cTitle: Add security vulnerability report and update gitignore
    Author
    qwen.ai[bot]
    When
    1mo ago
    Lines
    +124 -17
    Risk
    71%Elevated
  • 37e10ba1refactor: replace build script with install script and update package metadata
    Author
    rakaarwaky
    When
    3d ago
    Lines
    +95 -1
    Risk
    66%Typical
  • 2e309373ci: add PyPI publish workflow and update bump script for tag support
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +38 -1
    Risk
    61%Typical
  • b7a87174fix: CI workflow — install system deps, generate fixtures, use uv pip install
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +31 -4
    Risk
    55%Typical
  • 6df6e04efeat: CI — create auto-fix-ci issue on failure for webhook-like trigger
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +12 -0
    Risk
    50%Typical
  • a3db71d5fix: update install script to use dynamic base directory and improve virtualenv handling
    Author
    rakaarwaky
    When
    3d ago
    Lines
    +10 -17
    Risk
    45%Typical
  • bdff8d6bchore: correct package name, scripts, and documentation for vision-arwaky
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +10 -7
    Risk
    39%Typical
  • 8ff8abfdchore: update metadata, author, and documentation
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +6 -6
    Risk
    34%Typical
  • b16ed0a5fix: CI — use uv sync instead of system pip (externally managed python)
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +6 -7
    Risk
    29%Below typical
  • 66d3c529fix: CI — add GH_TOKEN for issue creation, install pytest, use python3 -m pytest
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +4 -2
    Risk
    24%Below typical
  • 6a1dd228fix: CI — use libgl1 instead of libgl1-mesa-glx (not in ubuntu-24.04 repos)
    Author
    Raka Arwaky
    When
    1mo ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 91f643b3chore: bump version to 2.0.5
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • e1debb8bci: specify environment: pypi in publish workflow
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +1 -0
    Risk
    13%Below typical
  • 112b9030chore: remove run-vision.js and update lint results path
    Author
    Raka Arwaky
    When
    2mo ago
    Lines
    +0 -61
    Risk
    3%Below typical
Showing 19 of 19 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.

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

Size against diffusion

The 19 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.04.9Diffusion →
Below typical6
Typical7
Elevated6

Commit history for rakaarwaky/vision-arwaky

rakaarwaky/vision-arwaky has 20 commits in its history from 3 contributors, the first of them Jun 2, 2026. In the last 90 days 55 files were touched, 75 times in total, most often cli_entry.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.