repowiserepowise
Sign in
animeshrajwar/loki
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseanimeshrajwar/loki

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

12of 36 scored

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.

Fix commits1542%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.81bitsShannon 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 threshold6.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.

Began fix-led, now leaning other.

Feature39%
Fix36%
Docs6%
Other19%

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
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
16h 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
14h 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
15h ago+0 -1
1%Below typical
fewer lines added than baseline
  • 3fd99770feat: implement Loki diff functionality
    Author
    AJAY AGNIHOTRI
    When
    2w ago
    Lines
    +789 -19
    Risk
    99%Elevated
  • 2c93b767feat: add initial Loki VCS implementation and structure
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +610 -0
    Risk
    96%Elevated
  • cf936988Implemented Context Switching with checkout
    Author
    AnimeshRajwar
    When
    16h ago
    Lines
    +276 -6
    Risk
    92%Elevated
  • 01a59efffeat: added test cases [#28]
    Author
    AnimeshRajwar
    When
    4mo ago
    Lines
    +163 -0
    Risk
    92%Elevated
  • c7f88d97feat: implemented config logic [#20]
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +194 -4
    Risk
    88%Elevated
  • 8edc40adfeat: implemented status attribute (modified,added,deleted) and updated status cmd logic
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +132 -29
    Risk
    85%Elevated
  • 2e6cdfdefixed repo guard, fixed config file path, updated docs for loki system path
    Author
    AnimeshRajwar
    When
    1mo ago
    Lines
    +112 -14
    Risk
    81%Elevated
  • a4328adbImprove add command: error for missing files, success for present files, support multi-file staging [#17]
    Author
    AGNIHOTRI AJAY
    When
    6mo ago
    Lines
    +79 -13
    Risk
    81%Elevated
  • 6e42eee7implemented loki branch
    Author
    AnimeshRajwar
    When
    3w ago
    Lines
    +105 -9
    Risk
    76%Elevated
  • dcea1de9feat:update docs and readme to match the current project status #22
    Author
    Ved2101
    When
    4mo ago
    Lines
    +63 -20
    Risk
    74%Elevated
  • adbb5440issue-37
    Author
    AnimeshRajwar
    When
    2mo ago
    Lines
    +68 -84
    Risk
    71%Elevated
  • cb9fdaeafeat: added color constants and helper function
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +43 -10
    Risk
    68%Elevated
  • 0a7fd8ebfixed repo guard, fixed config file path, updated docs for loki system path
    Author
    AnimeshRajwar
    When
    1mo ago
    Lines
    +45 -8
    Risk
    65%Typical
  • da0083c7feat: added repo initialization check, handled cmds on non loki repo, minor change in project structure
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +46 -12
    Risk
    63%Typical
  • 1f20bd4afeat: added basic ci workflow
    Author
    AnimeshRajwar
    When
    5mo ago
    Lines
    +31 -0
    Risk
    60%Typical
  • 4020b081Fix hardcoded commit author and email
    Author
    nilesh325
    When
    1mo ago
    Lines
    +26 -3
    Risk
    57%Typical
  • 4c1ab3e4Blobs and Trees are zlib-compressed
    Author
    AnimeshRajwar
    When
    3w ago
    Lines
    +26 -4
    Risk
    54%Typical
  • 02c52464fix: updated cmds for windows environment
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +19 -0
    Risk
    51%Typical
  • db6c2307feat: loki log command does not show any output after commit [#10]
    Author
    nilesh325
    When
    6mo ago
    Lines
    +18 -7
    Risk
    49%Typical
  • e4bcedc1fix:Update all CLI outputs to use colored output [#16]
    Author
    nilesh325
    When
    6mo ago
    Lines
    +12 -8
    Risk
    46%Typical
  • baba8bc9issue-44
    Author
    AnimeshRajwar
    When
    4w ago
    Lines
    +14 -6
    Risk
    43%Typical
  • 1d3ae0a9fix: Commit now updates branch ref in .loki/refs
    Author
    AJAY AGNIHOTRI
    When
    1mo ago
    Lines
    +12 -1
    Risk
    39%Typical
  • 40bdc587fix: Commands can be run even when repository is not initialized [#5]
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +13 -4
    Risk
    39%Typical
  • 7ced9b85feat: check for loki related cmd and relevant ouput , path join fix
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +13 -1
    Risk
    35%Typical
  • 4c4b2260fix: Improve CLI help output for Loki [#1]
    Author
    AGNIHOTRI AJAY
    When
    6mo ago
    Lines
    +9 -8
    Risk
    32%Below typical
  • 8a80651afix: redundant repository check has been removed from main.go
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +10 -13
    Risk
    29%Below typical
  • c66f2bbafix: resolve repository check bypass on global execution
    Author
    AJAY AGNIHOTRI
    When
    1mo ago
    Lines
    +7 -1
    Risk
    26%Below typical
  • 590d87faUpdated Status Cmd
    Author
    nilesh325
    When
    6mo ago
    Lines
    +6 -2
    Risk
    24%Below typical
  • 9e4057fdfeat(config): colorize and improve CLI output for config command closes #23
    Author
    AJAY AGNIHOTRI
    When
    3mo ago
    Lines
    +6 -5
    Risk
    19%Below typical
  • 227aebd9fix : Show repository path in Initialized empty Loki repository message [#11]
    Author
    AGNIHOTRI AJAY
    When
    6mo ago
    Lines
    +6 -1
    Risk
    19%Below typical
  • aa12fbd6feat: added color constants and helper function
    Author
    AnimeshRajwar
    When
    6mo ago
    Lines
    +3 -2
    Risk
    15%Below typical
  • 3565860dfix: Enhance status command to show changes to be committed [#2]
    Author
    Ved2101
    When
    6mo ago
    Lines
    +2 -1
    Risk
    13%Below typical
  • d0dbb2d2fix:Status command does not handle empty index[#3]
    Author
    Nilesh Saraswat
    When
    6mo ago
    Lines
    +2 -3
    Risk
    10%Below typical
  • b07b0da3repo parsing logic conflict fix
    Author
    AnimeshRajwar
    When
    14h ago
    Lines
    +2 -3
    Risk
    7%Below typical
  • 97f5aab6fix:Status command does not handle empty index[#3]
    Author
    Nilesh Saraswat
    When
    6mo ago
    Lines
    +1 -1
    Risk
    4%Below typical
  • 31a16d58Update .gitignore
    Author
    AnimeshRajwar
    When
    15h ago
    Lines
    +0 -1
    Risk
    1%Below typical
Showing 36 of 36 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.04.89.5Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

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.

110100Lines changed (log) →0.04.0Diffusion →
Below typical12
Typical12
Elevated12

Commit history for animeshrajwar/loki

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.