repowiserepowise
Sign in
lucdambournet/nixit
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiselucdambournet/nixit

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

17of 42 scored

17 commits sit in this repo's top risk tercile, which is 40% of the 42scored. 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.6 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 commits37%Commits whose subject reads as a bug fix rather than new work.Written by an agent12%Read from commit trailers, so it counts what was declared.Change diffusion0.85bitsShannon 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.6out 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 feature-led, now leaning chore.

Feature38%
Fix17%
Refactor2%
Docs7%
Test2%
Chore7%
Other26%
2%of indexed commits are agent-attributed(1 of 42)
claude (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
99a5ee28design sync 1
lucdambournet
1mo ago+45.1K -62
99%Elevated
more lines added than baseline
2
7be4cffffeat: add SideNav, CohortTimer, NixDateCard, Avatar, Badge, Button, Card, Input, and Toast components
lucdambournet
1mo ago+1.8K -364
95%Elevated
more lines added than baseline
3
4b6a33b4feat: initialize NixIt project with React, Vite, and Supabase integration
lucdambournet
2mo ago+6.5K -0
95%Elevated
more lines added than baseline
4
d2d16397ADDED DOX
Raphael Dambournet
1mo ago+1.1K -288
92%Elevated
more lines added than baseline
5
0e3d18cafeat: add testing framework and e2e tests for signup and dashboard flow
Raphael Dambournet
1mo ago+1.6K -20
89%Elevated
more lines added than baseline
6
a7701c60added marketeing and readme
Raphael Dambournet
1mo ago+575 -0
87%Elevated
more lines added than baseline
7
0fecb646feat: finish cohort chat
Raphael Dambournet
1mo ago+468 -56
83%Elevated
more lines added than baseline
8
a58dbecdadded local supabase
Raphael Dambournet
2mo ago+422 -0
83%Elevated
more lines added than baseline
9
bf493b2anew profile page
lucdambournet
1mo ago+348 -19
80%Elevated
more lines added than baseline
10
1bd538fcAdd sprint-ready backlog for NixIt MVP
lucdambournet
2mo ago+248 -0
77%Elevated
more lines added than baseline
11
0fad2387cleanup
Raphael Dambournet
1mo ago+411 -187
75%Elevated
more lines added than baseline
12
f754eec5design sync
lucdambournet
1mo ago+206 -134
67%Elevated
more lines added than baseline
13
0b7e8771fixed policies.
Raphael Dambournet
1mo ago+202 -12
67%Elevated
more lines added than baseline
14
2778bd9aFix Sprint 1 bugs and close remaining issues
lucdambournetclaudeassisted
2mo ago+178 -31
67%Elevated
more lines added than baseline
15
e39d8145Fix signup/login service-role route and profile creation; closes #6, closes #29
lucdambournet
2mo ago+246 -4
67%Elevated
more lines added than baseline
16
646e0523Add NixIt implementation plan with features, stories, and tasks
lucdambournet
2mo ago+172 -0
67%Elevated
more lines added than baseline
17
790159daAdd NixIt MVP design spec
lucdambournet
2mo ago+166 -0
67%Elevated
more lines added than baseline
18
0c82f442Add GH setup README and project automation workflow
lucdambournet
2mo ago+152 -0
58%Typical
more lines added than baseline
19
a8dfb53aapplied design system
lucdambournet
1mo ago+123 -73
56%Typical
more lines added than baseline
20
d97d4c92fixed login issues + logo
lucdambournet
1mo ago+112 -94
54%Typical
more lines added than baseline
21
8f211f9dci: deploy app to github pages
Raphael Dambournet
1mo ago+73 -3
51%Typical
more lines added than baseline
22
309abd09Add GitHub issue templates
lucdambournet
2mo ago+36 -0
49%Typical
more lines added than baseline
23
7a9c11ffupdates
Raphael Dambournet
1mo ago+26 -27
46%Typical
more lines added than baseline
24
e3da5e26fixed cohert date issuie
Raphael Dambournet
1mo ago+15 -6
44%Typical
more lines added than baseline
25
be138200fix: add pages route fallback
Raphael Dambournet
1mo ago+15 -0
42%Typical
more lines added than baseline
26
058ed056Add initial implementation of Supabase project and core backend features
lucdambournet
2mo ago+23 -0
39%Typical
more lines added than baseline
27
4c2cb4dfExpand tap-out approval flow and chat UI details
lucdambournet
2mo ago+12 -1
37%Typical
more focused than baseline
28
6a81858dadded mcp json
Raphael Dambournet
2mo ago+8 -0
35%Typical
fewer lines added than baseline
29
5b76acb8Document Supabase as the backend platform for NixIt
lucdambournet
2mo ago+4 -0
32%Below typical
fewer lines added than baseline
30
0d800838added .env stub
Raphael Dambournet
2mo ago+4 -0
27%Below typical
fewer lines added than baseline
31
2748bbd4Add Supabase setup tasks to implementation plan and sprint backlog
lucdambournet
2mo ago+4 -2
27%Below typical
fewer lines added than baseline
32
7f223a41Clarify tap-out approval display, persistence, and undo behavior
lucdambournet
2mo ago+4 -2
27%Below typical
fewer lines added than baseline
33
1d6dfd73Obfuscate Supabase credentials in env example
lucdambournet
2mo ago+3 -4
23%Below typical
fewer lines added than baseline
34
97d08634added git ignore
Raphael Dambournet
2mo ago+2 -0
20%Below typical
fewer lines added than baseline
35
c5cb7e50ci: enable github pages in workflow
Raphael Dambournet
1mo ago+2 -0
18%Below typical
fewer lines added than baseline
36
0aecfd69add README seed
lucdambournet
2mo ago+1 -0
15%Below typical
fewer lines added than baseline
37
324192ecci: use npm install for pages deploy
Raphael Dambournet
1mo ago+1 -1
10%Below typical
fewer lines added than baseline
38
5cda4bf5ll
Raphael Dambournet
1mo ago+1 -1
10%Below typical
fewer lines added than baseline
39
e65f874efgsgfsgfsgfgs
lucdambournet
1mo ago+1 -1
10%Below typical
fewer lines added than baseline
40
c1a980fbfixed error
Raphael Dambournet
1mo ago+1 -1
10%Below typical
fewer lines added than baseline
41
30089b20,jhkbgv
Raphael Dambournet
1mo ago+2 -2
4%Below typical
fewer lines added than baseline
42
05b9269dAdd NixIt Plan Sheet document
lucdambournet
2mo ago+0 -0
1%Below typical
fewer lines added than baseline
  • 99a5ee28design sync 1
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +45.1K -62
    Risk
    99%Elevated
  • 7be4cffffeat: add SideNav, CohortTimer, NixDateCard, Avatar, Badge, Button, Card, Input, and Toast components
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +1.8K -364
    Risk
    95%Elevated
  • 4b6a33b4feat: initialize NixIt project with React, Vite, and Supabase integration
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +6.5K -0
    Risk
    95%Elevated
  • d2d16397ADDED DOX
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +1.1K -288
    Risk
    92%Elevated
  • 0e3d18cafeat: add testing framework and e2e tests for signup and dashboard flow
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +1.6K -20
    Risk
    89%Elevated
  • a7701c60added marketeing and readme
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +575 -0
    Risk
    87%Elevated
  • 0fecb646feat: finish cohort chat
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +468 -56
    Risk
    83%Elevated
  • a58dbecdadded local supabase
    Author
    Raphael Dambournet
    When
    2mo ago
    Lines
    +422 -0
    Risk
    83%Elevated
  • bf493b2anew profile page
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +348 -19
    Risk
    80%Elevated
  • 1bd538fcAdd sprint-ready backlog for NixIt MVP
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +248 -0
    Risk
    77%Elevated
  • 0fad2387cleanup
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +411 -187
    Risk
    75%Elevated
  • f754eec5design sync
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +206 -134
    Risk
    67%Elevated
  • 0b7e8771fixed policies.
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +202 -12
    Risk
    67%Elevated
  • 2778bd9aFix Sprint 1 bugs and close remaining issues
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +178 -31
    Risk
    67%Elevated
  • e39d8145Fix signup/login service-role route and profile creation; closes #6, closes #29
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +246 -4
    Risk
    67%Elevated
  • 646e0523Add NixIt implementation plan with features, stories, and tasks
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +172 -0
    Risk
    67%Elevated
  • 790159daAdd NixIt MVP design spec
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +166 -0
    Risk
    67%Elevated
  • 0c82f442Add GH setup README and project automation workflow
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +152 -0
    Risk
    58%Typical
  • a8dfb53aapplied design system
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +123 -73
    Risk
    56%Typical
  • d97d4c92fixed login issues + logo
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +112 -94
    Risk
    54%Typical
  • 8f211f9dci: deploy app to github pages
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +73 -3
    Risk
    51%Typical
  • 309abd09Add GitHub issue templates
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +36 -0
    Risk
    49%Typical
  • 7a9c11ffupdates
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +26 -27
    Risk
    46%Typical
  • e3da5e26fixed cohert date issuie
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +15 -6
    Risk
    44%Typical
  • be138200fix: add pages route fallback
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +15 -0
    Risk
    42%Typical
  • 058ed056Add initial implementation of Supabase project and core backend features
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +23 -0
    Risk
    39%Typical
  • 4c2cb4dfExpand tap-out approval flow and chat UI details
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +12 -1
    Risk
    37%Typical
  • 6a81858dadded mcp json
    Author
    Raphael Dambournet
    When
    2mo ago
    Lines
    +8 -0
    Risk
    35%Typical
  • 5b76acb8Document Supabase as the backend platform for NixIt
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +4 -0
    Risk
    32%Below typical
  • 0d800838added .env stub
    Author
    Raphael Dambournet
    When
    2mo ago
    Lines
    +4 -0
    Risk
    27%Below typical
  • 2748bbd4Add Supabase setup tasks to implementation plan and sprint backlog
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +4 -2
    Risk
    27%Below typical
  • 7f223a41Clarify tap-out approval display, persistence, and undo behavior
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +4 -2
    Risk
    27%Below typical
  • 1d6dfd73Obfuscate Supabase credentials in env example
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +3 -4
    Risk
    23%Below typical
  • 97d08634added git ignore
    Author
    Raphael Dambournet
    When
    2mo ago
    Lines
    +2 -0
    Risk
    20%Below typical
  • c5cb7e50ci: enable github pages in workflow
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +2 -0
    Risk
    18%Below typical
  • 0aecfd69add README seed
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +1 -0
    Risk
    15%Below typical
  • 324192ecci: use npm install for pages deploy
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • 5cda4bf5ll
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • e65f874efgsgfsgfsgfgs
    Author
    lucdambournet
    When
    1mo ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • c1a980fbfixed error
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +1 -1
    Risk
    10%Below typical
  • 30089b20,jhkbgv
    Author
    Raphael Dambournet
    When
    1mo ago
    Lines
    +2 -2
    Risk
    4%Below typical
  • 05b9269dAdd NixIt Plan Sheet document
    Author
    lucdambournet
    When
    2mo ago
    Lines
    +0 -0
    Risk
    1%Below typical
Showing 42 of 42 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.

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

Size against diffusion

The 42 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.03.5Diffusion →
Below typical14
Typical11
Elevated17

Commit history for lucdambournet/nixit

Repowise tracks change history across 84 files in lucdambournet/nixit. In the last 90 days 84 files were touched, 98 times in total, most often seed.mjs. Every commit is scored for change risk from its size, spread and the history of the files it touches.