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
12 commits sit in this repo's top risk tercile, which is 33% of the 36scored. 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 6.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.
Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.
Began fix-led, now leaning other.
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 | Author | When | Lines | Risk | Top driver |
|---|---|---|---|---|---|---|
| 1 | 3fd99770feat: implement Loki diff functionality | AJAY AGNIHOTRI | 2w ago | +789 -19 | 99%Elevated | more lines added than baseline |
| 2 | 2c93b767feat: add initial Loki VCS implementation and structure | AnimeshRajwar | 6mo ago | +610 -0 | 96%Elevated | more lines added than baseline |
| 3 | cf936988Implemented Context Switching with checkout | AnimeshRajwar | 17h ago | +276 -6 | 92%Elevated | more lines added than baseline |
| 4 | 01a59efffeat: added test cases [#28] | AnimeshRajwar | 4mo ago | +163 -0 | 92%Elevated | more lines added than baseline |
| 5 | c7f88d97feat: implemented config logic [#20] | AnimeshRajwar | 6mo ago | +194 -4 | 88%Elevated | more lines added than baseline |
| 6 | 8edc40adfeat: implemented status attribute (modified,added,deleted) and updated status cmd logic | AnimeshRajwar | 6mo ago | +132 -29 | 85%Elevated | more lines added than baseline |
| 7 | 2e6cdfdefixed repo guard, fixed config file path, updated docs for loki system path | AnimeshRajwar | 1mo ago | +112 -14 | 81%Elevated | more lines added than baseline |
| 8 | a4328adbImprove add command: error for missing files, success for present files, support multi-file staging [#17] | AGNIHOTRI AJAY | 6mo ago | +79 -13 | 81%Elevated | more lines added than baseline |
| 9 | 6e42eee7implemented loki branch | AnimeshRajwar | 3w ago | +105 -9 | 76%Elevated | more lines added than baseline |
| 10 | dcea1de9feat:update docs and readme to match the current project status #22 | Ved2101 | 4mo ago | +63 -20 | 74%Elevated | more lines added than baseline |
| 11 | adbb5440issue-37 | AnimeshRajwar | 2mo ago | +68 -84 | 71%Elevated | more lines added than baseline |
| 12 | cb9fdaeafeat: added color constants and helper function | AnimeshRajwar | 6mo ago | +43 -10 | 68%Elevated | more lines added than baseline |
| 13 | 0a7fd8ebfixed repo guard, fixed config file path, updated docs for loki system path | AnimeshRajwar | 1mo ago | +45 -8 | 65%Typical | more lines added than baseline |
| 14 | da0083c7feat: added repo initialization check, handled cmds on non loki repo, minor change in project structure | AnimeshRajwar | 6mo ago | +46 -12 | 63%Typical | more lines added than baseline |
| 15 | 1f20bd4afeat: added basic ci workflow | AnimeshRajwar | 5mo ago | +31 -0 | 60%Typical | more lines added than baseline |
| 16 | 4020b081Fix hardcoded commit author and email | nilesh325 | 1mo ago | +26 -3 | 57%Typical | more lines added than baseline |
| 17 | 4c1ab3e4Blobs and Trees are zlib-compressed | AnimeshRajwar | 3w ago | +26 -4 | 54%Typical | more lines added than baseline |
| 18 | 02c52464fix: updated cmds for windows environment | AnimeshRajwar | 6mo ago | +19 -0 | 51%Typical | more lines added than baseline |
| 19 | db6c2307feat: loki log command does not show any output after commit [#10] | nilesh325 | 6mo ago | +18 -7 | 49%Typical | more lines added than baseline |
| 20 | e4bcedc1fix:Update all CLI outputs to use colored output [#16] | nilesh325 | 6mo ago | +12 -8 | 46%Typical | more scattered than baseline |
| 21 | baba8bc9issue-44 | AnimeshRajwar | 4w ago | +14 -6 | 43%Typical | more lines added than baseline |
| 22 | 1d3ae0a9fix: Commit now updates branch ref in .loki/refs | AJAY AGNIHOTRI | 1mo ago | +12 -1 | 39%Typical | more focused than baseline |
| 23 | 40bdc587fix: Commands can be run even when repository is not initialized [#5] | AnimeshRajwar | 6mo ago | +13 -4 | 39%Typical | more lines added than baseline |
| 24 | 7ced9b85feat: check for loki related cmd and relevant ouput , path join fix | AnimeshRajwar | 6mo ago | +13 -1 | 35%Typical | more lines added than baseline |
| 25 | 4c4b2260fix: Improve CLI help output for Loki [#1] | AGNIHOTRI AJAY | 6mo ago | +9 -8 | 32%Below typical | fewer lines added than baseline |
| 26 | 8a80651afix: redundant repository check has been removed from main.go | AnimeshRajwar | 6mo ago | +10 -13 | 29%Below typical | more scattered than baseline |
| 27 | c66f2bbafix: resolve repository check bypass on global execution | AJAY AGNIHOTRI | 1mo ago | +7 -1 | 26%Below typical | fewer lines added than baseline |
| 28 | 590d87faUpdated Status Cmd | nilesh325 | 6mo ago | +6 -2 | 24%Below typical | fewer lines added than baseline |
| 29 | 9e4057fdfeat(config): colorize and improve CLI output for config command closes #23 | AJAY AGNIHOTRI | 3mo ago | +6 -5 | 19%Below typical | fewer lines added than baseline |
| 30 | 227aebd9fix : Show repository path in Initialized empty Loki repository message [#11] | AGNIHOTRI AJAY | 6mo ago | +6 -1 | 19%Below typical | fewer lines added than baseline |
| 31 | aa12fbd6feat: added color constants and helper function | AnimeshRajwar | 6mo ago | +3 -2 | 15%Below typical | fewer lines added than baseline |
| 32 | 3565860dfix: Enhance status command to show changes to be committed [#2] | Ved2101 | 6mo ago | +2 -1 | 13%Below typical | fewer lines added than baseline |
| 33 | d0dbb2d2fix:Status command does not handle empty index[#3] | Nilesh Saraswat | 6mo ago | +2 -3 | 10%Below typical | fewer lines added than baseline |
| 34 | b07b0da3repo parsing logic conflict fix | AnimeshRajwar | 16h ago | +2 -3 | 7%Below typical | fewer lines added than baseline |
| 35 | 97f5aab6fix:Status command does not handle empty index[#3] | Nilesh Saraswat | 6mo ago | +1 -1 | 4%Below typical | fewer lines added than baseline |
| 36 | 31a16d58Update .gitignore | AnimeshRajwar | 16h ago | +0 -1 | 1%Below typical | fewer lines added than baseline |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
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.
The 36 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.
animeshrajwar/loki has 64 commits in its history from 6 contributors, the first of them Jan 26, 2026. In the last 90 days 21 files were touched, 38 times in total, most often repository.go. Every commit is scored for change risk from its size, spread and the history of the files it touches.