repowiserepowise
Sign in
DimitroffVodka/vagabond-pdf-exporter
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseDimitroffVodka/vagabond-pdf-exporter

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

10of 30 scored

10 commits sit in this repo's top risk tercile, which is 33% of the 30scored. 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.2 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 commits310%Commits whose subject reads as a bug fix rather than new work.Written by an agent2170%Read from commit trailers, so it counts what was declared.Change diffusion0.35bitsShannon 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.2out 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.

Feature13%
Fix10%
Test3%
Deps7%
Other67%
70%of indexed commits are agent-attributed(21 of 30)
claude (21)

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
ed2dbf32CSP-compliant rewrite: externalize scripts, vendor dependencies
FlimtotheFlamclaudeassisted
3mo ago+4.5K -1.0K
98%Elevated
more lines added than baseline
2
86b174ddAdd VCE compendium snapshots and decompose ancestry/class into traits
FlimtotheFlamclaudeassisted
3mo ago+2.5K -6
95%Elevated
more lines added than baseline
3
9ea3fed7Add character import/export paths beyond PDF
FlimtotheFlamclaudeassisted
3mo ago+882 -0
92%Elevated
more lines added than baseline
4
6af10e55First Test
FlimtotheFlam
4mo ago+522 -0
88%Elevated
more lines added than baseline
5
a017f8bd.
FlimtotheFlam
4mo ago+257 -0
85%Elevated
more lines added than baseline
6
3ce2421e.
FlimtotheFlam
4mo ago+247 -381
82%Elevated
more lines added than baseline
7
30eea384Fill ability/spell descriptions from the OBR Vagabond compendium
FlimtotheFlamclaudeassisted
3mo ago+130 -5
77%Elevated
more lines added than baseline
8
bd1bdc46Add native-shape mapper for signed-in vgbnd.app import
FlimtotheFlamclaudeassisted
3mo ago+122 -5
77%Elevated
more lines added than baseline
9
2f5c8644Item schema polish: armor info, alchemical name-drift, type hydration
FlimtotheFlamclaudeassisted
3mo ago+90 -19
72%Elevated
more lines added than baseline
10
c420cb28Populate max HP/mana/luck/slots and fix NaN in inventory totals
FlimtotheFlamclaudeassisted
3mo ago+70 -20
68%Elevated
more lines added than baseline
11
f45d09e4Align imported inventory items with Alyx's character-ext item schema
FlimtotheFlamclaudeassisted
3mo ago+54 -15
65%Typical
more lines added than baseline
12
f3095e0eParse spells separately from perks; fix wrong-match and no-match bugs
FlimtotheFlamclaudeassisted
3mo ago+43 -19
62%Typical
more lines added than baseline
13
a4eb6704Handle template-literal descriptions in the compendium parser
FlimtotheFlamclaudeassisted
3mo ago+39 -12
57%Typical
more lines added than baseline
14
09df4289Update index.html
FlimtotheFlam
4mo ago+31 -15
57%Typical
more lines added than baseline
15
23e13c70Handle custom-content UUIDs gracefully; alias-table-ready
FlimtotheFlamclaudeassisted
3mo ago+42 -24
52%Typical
more lines added than baseline
16
0d3415beRecognize perk shape; emit ancestry/class as hydratable abilities
FlimtotheFlamclaudeassisted
3mo ago+36 -7
48%Typical
more lines added than baseline
17
229d0106Update index.html
FlimtotheFlam
4mo ago+20 -1
45%Typical
more lines added than baseline
18
31666e5eFix Occupied Slots NaN + potion type inference + force app.js refresh
FlimtotheFlamclaudeassisted
3mo ago+24 -11
42%Typical
more lines added than baseline
19
71bcce24Detect proxy error-envelope responses that return HTTP 200
FlimtotheFlamclaudeassisted
3mo ago+19 -1
38%Typical
more lines added than baseline
20
5b773972Prefer compendium description for gear/armor, not just when empty
FlimtotheFlamclaudeassisted
3mo ago+14 -5
35%Typical
more lines added than baseline
21
fbec96b1Add NAME_ALIASES table to bridge vgbnd.app -> compendium name drift
FlimtotheFlamclaudeassisted
3mo ago+11 -2
30%Below typical
more subsystems than baseline
22
6594434dHydrate inventory item descriptions from the compendium too
FlimtotheFlamclaudeassisted
3mo ago+11 -1
30%Below typical
more subsystems than baseline
23
b9b569b9Update index.html
FlimtotheFlam
4mo ago+9 -7
25%Below typical
fewer lines added than baseline
24
9e938feeRoute URL import through CORS proxy; switch to native mapper
FlimtotheFlamclaudeassisted
3mo ago+10 -5
22%Below typical
more subsystems than baseline
25
cceaca36Update settings.local.json
FlimtotheFlam
4mo ago+7 -1
18%Below typical
fewer lines added than baseline
26
36a09b12Derive base speed from DEX on native import
FlimtotheFlamclaudeassisted
3mo ago+6 -3
12%Below typical
fewer lines added than baseline
27
23634779Switch CORS proxy to codetabs; corsproxy.io now paywalled
FlimtotheFlamclaudeassisted
3mo ago+6 -3
12%Below typical
fewer lines added than baseline
28
50d352f0Update manifest.json
FlimtotheFlam
4mo ago+5 -7
12%Below typical
fewer lines added than baseline
29
92511046Bump version to 0.2.0
FlimtotheFlamclaudeassisted
3mo ago+1 -1
3%Below typical
fewer lines added than baseline
30
8b067eaeUpdate index.html
FlimtotheFlam
4mo ago+1 -2
3%Below typical
fewer lines added than baseline
  • ed2dbf32CSP-compliant rewrite: externalize scripts, vendor dependencies
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +4.5K -1.0K
    Risk
    98%Elevated
  • 86b174ddAdd VCE compendium snapshots and decompose ancestry/class into traits
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +2.5K -6
    Risk
    95%Elevated
  • 9ea3fed7Add character import/export paths beyond PDF
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +882 -0
    Risk
    92%Elevated
  • 6af10e55First Test
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +522 -0
    Risk
    88%Elevated
  • a017f8bd.
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +257 -0
    Risk
    85%Elevated
  • 3ce2421e.
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +247 -381
    Risk
    82%Elevated
  • 30eea384Fill ability/spell descriptions from the OBR Vagabond compendium
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +130 -5
    Risk
    77%Elevated
  • bd1bdc46Add native-shape mapper for signed-in vgbnd.app import
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +122 -5
    Risk
    77%Elevated
  • 2f5c8644Item schema polish: armor info, alchemical name-drift, type hydration
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +90 -19
    Risk
    72%Elevated
  • c420cb28Populate max HP/mana/luck/slots and fix NaN in inventory totals
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +70 -20
    Risk
    68%Elevated
  • f45d09e4Align imported inventory items with Alyx's character-ext item schema
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +54 -15
    Risk
    65%Typical
  • f3095e0eParse spells separately from perks; fix wrong-match and no-match bugs
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +43 -19
    Risk
    62%Typical
  • a4eb6704Handle template-literal descriptions in the compendium parser
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +39 -12
    Risk
    57%Typical
  • 09df4289Update index.html
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +31 -15
    Risk
    57%Typical
  • 23e13c70Handle custom-content UUIDs gracefully; alias-table-ready
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +42 -24
    Risk
    52%Typical
  • 0d3415beRecognize perk shape; emit ancestry/class as hydratable abilities
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +36 -7
    Risk
    48%Typical
  • 229d0106Update index.html
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +20 -1
    Risk
    45%Typical
  • 31666e5eFix Occupied Slots NaN + potion type inference + force app.js refresh
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +24 -11
    Risk
    42%Typical
  • 71bcce24Detect proxy error-envelope responses that return HTTP 200
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +19 -1
    Risk
    38%Typical
  • 5b773972Prefer compendium description for gear/armor, not just when empty
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +14 -5
    Risk
    35%Typical
  • fbec96b1Add NAME_ALIASES table to bridge vgbnd.app -> compendium name drift
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +11 -2
    Risk
    30%Below typical
  • 6594434dHydrate inventory item descriptions from the compendium too
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +11 -1
    Risk
    30%Below typical
  • b9b569b9Update index.html
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +9 -7
    Risk
    25%Below typical
  • 9e938feeRoute URL import through CORS proxy; switch to native mapper
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +10 -5
    Risk
    22%Below typical
  • cceaca36Update settings.local.json
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +7 -1
    Risk
    18%Below typical
  • 36a09b12Derive base speed from DEX on native import
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +6 -3
    Risk
    12%Below typical
  • 23634779Switch CORS proxy to codetabs; corsproxy.io now paywalled
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +6 -3
    Risk
    12%Below typical
  • 50d352f0Update manifest.json
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +5 -7
    Risk
    12%Below typical
  • 92511046Bump version to 0.2.0
    Author
    FlimtotheFlam
    When
    3mo ago
    Lines
    +1 -1
    Risk
    3%Below typical
  • 8b067eaeUpdate index.html
    Author
    FlimtotheFlam
    When
    4mo ago
    Lines
    +1 -2
    Risk
    3%Below typical
Showing 30 of 30 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.

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

Size against diffusion

The 30 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.01.5Diffusion →
Below typical10
Typical10
Elevated10

Commit history for DimitroffVodka/vagabond-pdf-exporter

DimitroffVodka/vagabond-pdf-exporter has 30 commits in its history from 1 contributor, the first of them Mar 18, 2026. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.