repowiserepowise
Sign in
bill-figliolini/bartend
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebill-figliolini/bartend

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

166of 500 scored

166 commits sit in this repo's top risk tercile, which is 33% of the 500scored. 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 5.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 commits112%Commits whose subject reads as a bug fix rather than new work.Written by an agent10%Read from commit trailers, so it counts what was declared.Change diffusion0.63bitsShannon 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 threshold5.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.

Consistently other-driven across its history.

Feature10%
Fix4%
Refactor2%
Docs2%
Test8%
Deps0%
Chore2%
Other72%
0%of indexed commits are agent-attributed(1 of 500)
copilot (1)

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
4690e3b8Updated Dependencies
Bill Figliolini
3mo ago+680 -559
100%Elevated
more lines added than baseline
2
f1077004Separated input-handling into modules
Bill Figliolini
3mo ago+345 -279
100%Elevated
more lines added than baseline
3
124de238cargo updates
Bill Figliolini
2w ago+307 -472
100%Elevated
more lines added than baseline
4
f178e513Rework of how screens are held by application
Bill Figliolini
3w ago+285 -263
99%Elevated
more lines added than baseline
5
96fe1873Created Separate Repositories for Item and Category DB Use
Bill Figliolini
3mo ago+271 -197
99%Elevated
more lines added than baseline
6
5acf2a4fremoved separate category_mapping db
Bill Figliolini
1w ago+257 -338
99%Elevated
more lines added than baseline
7
c6c399f0Modularized pick inputs
Bill Figliolini
3mo ago+216 -213
99%Elevated
more lines added than baseline
8
63d375b5Continuing input updates
Bill Figliolini
3mo ago+208 -121
99%Elevated
more lines added than baseline
9
263d32a5moved Item Table definitions to its own file
Bill Figliolini
4mo ago+217 -207
99%Elevated
more lines added than baseline
10
e8ebcd5aSeparated Screens into their own module
Bill Figliolini
6mo ago+227 -152
99%Elevated
more lines added than baseline
11
277e9a91Progress on Recipe input implementation, various improvements
Bill Figliolini
3mo ago+260 -73
98%Elevated
more lines added than baseline
12
a3936a3fSunk GraphRepository into category repository
Bill Figliolini
1w ago+188 -264
98%Elevated
more lines added than baseline
13
5d05d74dCompleted inventory rework
Bill Figliolini
3mo ago+146 -163
98%Elevated
more lines added than baseline
14
c947811bInitial Implementation of Units
Bill Figliolini
6mo ago+182 -84
97%Elevated
more lines added than baseline
15
5bee2e86Categories and Items now fully integrated
Bill Figliolini
4mo ago+158 -23
97%Elevated
more lines added than baseline
16
ea871718Recipe service fully implemented
Bill Figliolini
1mo ago+169 -105
97%Elevated
more lines added than baseline
17
74589e76Improvements to Category Service
Bill Figliolini
1mo ago+143 -166
97%Elevated
more lines added than baseline
18
1f6ad945Partial implementation of Repositories
Bill Figliolini
3mo ago+144 -95
97%Elevated
more lines added than baseline
19
824cdeafMAjor DB Refactor
Bill Figliolini
4mo ago+165 -383
97%Elevated
more lines added than baseline
20
76e3fec8Implemented Viewable trait
Bill Figliolini
4mo ago+146 -91
97%Elevated
more lines added than baseline
21
6fe53791Completed Category repository tests
Bill Figliolini
2w ago+136 -8
96%Elevated
more lines added than baseline
22
eeb73718Improvemments on Item Service
Bill Figliolini
1mo ago+140 -86
96%Elevated
more lines added than baseline
23
22017e04Further improvements to inputs
Bill Figliolini
3mo ago+132 -41
96%Elevated
more lines added than baseline
24
24dc6653Added Config save and load
Bill Figliolini
5mo ago+145 -38
96%Elevated
more lines added than baseline
25
04c3b504Recipe Repository Implemented
Bill Figliolini
3mo ago+110 -61
95%Elevated
more lines added than baseline
26
fef37849Category and Item input implementation
Bill Figliolini
3mo ago+109 -44
95%Elevated
more lines added than baseline
27
e2f016addaily progress
Bill Figliolini
6mo ago+104 -50
95%Elevated
more lines added than baseline
28
08e3b0b4Initial Implementation of inventory page complete
Bill Figliolini
6mo ago+108 -11
95%Elevated
more lines added than baseline
29
6155beb1Recipe insert, update, delete tests
Bill Figliolini
1w ago+136 -2
94%Elevated
more lines added than baseline
30
82dff5cbMapping tests
Bill Figliolini
2w ago+116 -2
94%Elevated
more lines added than baseline
31
dcd701d6Added iced_aw to use in multipicker
Bill Figliolini
4w ago+148 -0
94%Elevated
more lines added than baseline
32
e37f5654Moved to/fromsql traits into persistence
Bill Figliolini
3mo ago+108 -120
94%Elevated
more lines added than baseline
33
21da485dSplit Quantity into its own module
Bill Figliolini
6mo ago+106 -103
94%Elevated
more lines added than baseline
34
d34edee9Updated to use new delete interface
Bill Figliolini
1w ago+106 -34
93%Elevated
more lines added than baseline
35
0c7fb62eImplemented Item Input
Bill Figliolini
3mo ago+107 -7
93%Elevated
more lines added than baseline
36
c0e2dfdfInput Rework Beginning again
Bill Figliolini
3mo ago+101 -60
93%Elevated
more lines added than baseline
37
bc0d4d23Initial Implementation of Settings Page
Bill Figliolini
5mo ago+105 -17
93%Elevated
more lines added than baseline
38
41de4118Implemented category relationships
Bill Figliolini
3w ago+116 -24
92%Elevated
more lines added than baseline
39
38a23af6Simplified Screens to fix bugs, now only page number exists for persistent state
Bill Figliolini
1mo ago+93 -106
92%Elevated
more lines added than baseline
40
5b1a57e8More Progress on serving inputs
Bill Figliolini
1mo ago+110 -33
92%Elevated
more lines added than baseline
41
4ca9e569Category Service Completed
Bill Figliolini
1mo ago+98 -69
92%Elevated
more lines added than baseline
42
8d071a9cBugfixing
Bill Figliolini
3mo ago+88 -50
92%Elevated
more lines added than baseline
43
502fbd9bSplit composition into two traits
Bill Figliolini
3mo ago+90 -84
92%Elevated
more lines added than baseline
44
0f402600Improvements to input, initial implementation of quantity input
Bill Figliolini
3mo ago+96 -20
92%Elevated
more lines added than baseline
45
218957deCompleted Category UI
Bill Figliolini
4mo ago+107 -15
92%Elevated
more lines added than baseline
46
cd631926Moved categories into its own module, implemented graph
Bill Figliolini
4mo ago+109 -0
92%Elevated
more lines added than baseline
47
e430c31aInput Improvements
Bill Figliolini
3mo ago+85 -84
91%Elevated
more lines added than baseline
48
6de311d1Initial work on units
Bill Figliolini
6mo ago+100 -0
91%Elevated
more lines added than baseline
49
6fc91b15Daily Progress
Bill Figliolini
1mo ago+97 -13
90%Elevated
more lines added than baseline
50
90e87fa0Daily Progress
Bill Figliolini
1mo ago+97 -20
90%Elevated
more lines added than baseline
  • 4690e3b8Updated Dependencies
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +680 -559
    Risk
    100%Elevated
  • f1077004Separated input-handling into modules
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +345 -279
    Risk
    100%Elevated
  • 124de238cargo updates
    Author
    Bill Figliolini
    When
    2w ago
    Lines
    +307 -472
    Risk
    100%Elevated
  • f178e513Rework of how screens are held by application
    Author
    Bill Figliolini
    When
    3w ago
    Lines
    +285 -263
    Risk
    99%Elevated
  • 96fe1873Created Separate Repositories for Item and Category DB Use
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +271 -197
    Risk
    99%Elevated
  • 5acf2a4fremoved separate category_mapping db
    Author
    Bill Figliolini
    When
    1w ago
    Lines
    +257 -338
    Risk
    99%Elevated
  • c6c399f0Modularized pick inputs
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +216 -213
    Risk
    99%Elevated
  • 63d375b5Continuing input updates
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +208 -121
    Risk
    99%Elevated
  • 263d32a5moved Item Table definitions to its own file
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +217 -207
    Risk
    99%Elevated
  • e8ebcd5aSeparated Screens into their own module
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +227 -152
    Risk
    99%Elevated
  • 277e9a91Progress on Recipe input implementation, various improvements
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +260 -73
    Risk
    98%Elevated
  • a3936a3fSunk GraphRepository into category repository
    Author
    Bill Figliolini
    When
    1w ago
    Lines
    +188 -264
    Risk
    98%Elevated
  • 5d05d74dCompleted inventory rework
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +146 -163
    Risk
    98%Elevated
  • c947811bInitial Implementation of Units
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +182 -84
    Risk
    97%Elevated
  • 5bee2e86Categories and Items now fully integrated
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +158 -23
    Risk
    97%Elevated
  • ea871718Recipe service fully implemented
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +169 -105
    Risk
    97%Elevated
  • 74589e76Improvements to Category Service
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +143 -166
    Risk
    97%Elevated
  • 1f6ad945Partial implementation of Repositories
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +144 -95
    Risk
    97%Elevated
  • 824cdeafMAjor DB Refactor
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +165 -383
    Risk
    97%Elevated
  • 76e3fec8Implemented Viewable trait
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +146 -91
    Risk
    97%Elevated
  • 6fe53791Completed Category repository tests
    Author
    Bill Figliolini
    When
    2w ago
    Lines
    +136 -8
    Risk
    96%Elevated
  • eeb73718Improvemments on Item Service
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +140 -86
    Risk
    96%Elevated
  • 22017e04Further improvements to inputs
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +132 -41
    Risk
    96%Elevated
  • 24dc6653Added Config save and load
    Author
    Bill Figliolini
    When
    5mo ago
    Lines
    +145 -38
    Risk
    96%Elevated
  • 04c3b504Recipe Repository Implemented
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +110 -61
    Risk
    95%Elevated
  • fef37849Category and Item input implementation
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +109 -44
    Risk
    95%Elevated
  • e2f016addaily progress
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +104 -50
    Risk
    95%Elevated
  • 08e3b0b4Initial Implementation of inventory page complete
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +108 -11
    Risk
    95%Elevated
  • 6155beb1Recipe insert, update, delete tests
    Author
    Bill Figliolini
    When
    1w ago
    Lines
    +136 -2
    Risk
    94%Elevated
  • 82dff5cbMapping tests
    Author
    Bill Figliolini
    When
    2w ago
    Lines
    +116 -2
    Risk
    94%Elevated
  • dcd701d6Added iced_aw to use in multipicker
    Author
    Bill Figliolini
    When
    4w ago
    Lines
    +148 -0
    Risk
    94%Elevated
  • e37f5654Moved to/fromsql traits into persistence
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +108 -120
    Risk
    94%Elevated
  • 21da485dSplit Quantity into its own module
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +106 -103
    Risk
    94%Elevated
  • d34edee9Updated to use new delete interface
    Author
    Bill Figliolini
    When
    1w ago
    Lines
    +106 -34
    Risk
    93%Elevated
  • 0c7fb62eImplemented Item Input
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +107 -7
    Risk
    93%Elevated
  • c0e2dfdfInput Rework Beginning again
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +101 -60
    Risk
    93%Elevated
  • bc0d4d23Initial Implementation of Settings Page
    Author
    Bill Figliolini
    When
    5mo ago
    Lines
    +105 -17
    Risk
    93%Elevated
  • 41de4118Implemented category relationships
    Author
    Bill Figliolini
    When
    3w ago
    Lines
    +116 -24
    Risk
    92%Elevated
  • 38a23af6Simplified Screens to fix bugs, now only page number exists for persistent state
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +93 -106
    Risk
    92%Elevated
  • 5b1a57e8More Progress on serving inputs
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +110 -33
    Risk
    92%Elevated
  • 4ca9e569Category Service Completed
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +98 -69
    Risk
    92%Elevated
  • 8d071a9cBugfixing
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +88 -50
    Risk
    92%Elevated
  • 502fbd9bSplit composition into two traits
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +90 -84
    Risk
    92%Elevated
  • 0f402600Improvements to input, initial implementation of quantity input
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +96 -20
    Risk
    92%Elevated
  • 218957deCompleted Category UI
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +107 -15
    Risk
    92%Elevated
  • cd631926Moved categories into its own module, implemented graph
    Author
    Bill Figliolini
    When
    4mo ago
    Lines
    +109 -0
    Risk
    92%Elevated
  • e430c31aInput Improvements
    Author
    Bill Figliolini
    When
    3mo ago
    Lines
    +85 -84
    Risk
    91%Elevated
  • 6de311d1Initial work on units
    Author
    Bill Figliolini
    When
    6mo ago
    Lines
    +100 -0
    Risk
    91%Elevated
  • 6fc91b15Daily Progress
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +97 -13
    Risk
    90%Elevated
  • 90e87fa0Daily Progress
    Author
    Bill Figliolini
    When
    1mo ago
    Lines
    +97 -20
    Risk
    90%Elevated
Showing 50 of 500 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.

054typical ↑elevated ↑0.04.89.5Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 200 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.3Diffusion →
Below typical57
Typical60
Elevated83

Commit history for bill-figliolini/bartend

bill-figliolini/bartend has 552 commits in its history from 1 contributor, the first of them Jan 1, 2026. In the last 90 days 37 files were touched, 411 times in total, most often category_service.rs. Every commit is scored for change risk from its size, spread and the history of the files it touches.