repowiserepowise
Sign in
ishaan2510/crdt-editor
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseishaan2510/crdt-editor

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 31 scored

10 commits sit in this repo's top risk tercile, which is 32% of the 31scored. 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.3 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 commits00%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.45bitsShannon 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.3out 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.

How this repo's commit mix shifts over time.

Feature68%
Refactor3%
Docs10%
Test13%
Chore6%

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
2696bd1achore: scaffold vite project with vitest and fast-check
Ishaan N Goswami
3w ago+1.7K -0
98%Elevated
more lines added than baseline
2
73129712feat: editorial visual design with color reserved for collaborator presence
Ishaan N Goswami
3w ago+319 -97
95%Elevated
more lines added than baseline
3
c94a7527docs: algorithm, merge properties, test strategy, and known limitations
Ishaan N Goswami
3w ago+399 -7
92%Elevated
more lines added than baseline
4
4fa42210Revise README for clarity and structure
Ishaan N Goswami
3w ago+202 -267
89%Elevated
more lines added than baseline
5
5793c198feat: websocket relay with append-only op log, no document state
Ishaan N Goswami
3w ago+172 -0
79%Elevated
more lines added than baseline
6
41063d78feat: controlled contenteditable driving all edits through the crdt
Ishaan N Goswami
3w ago+185 -0
79%Elevated
more lines added than baseline
7
fac973ebfeat: crdt to dom projection with position mapping
Ishaan N Goswami
3w ago+153 -0
79%Elevated
more lines added than baseline
8
432d87b8test: concurrent, partial, and out-of-order formatting convergence
Ishaan N Goswami
3w ago+172 -0
79%Elevated
more lines added than baseline
9
40b0e94afeat: causal insert and tombstone delete with pending buffer
Ishaan N Goswami
3w ago+170 -0
79%Elevated
more lines added than baseline
10
319cfe80test: concurrent scenarios and algebraic merge properties
Ishaan N Goswami
3w ago+131 -0
69%Elevated
more lines added than baseline
11
2dbcc006feat: remote cursor and selection overlay anchored to character ids
Ishaan N Goswami
3w ago+122 -0
66%Typical
more lines added than baseline
12
a6b1cfc6feat: sync client with reconnect backoff and vector-based catch-up
Ishaan N Goswami
3w ago+108 -0
60%Typical
more lines added than baseline
13
a72537f4feat: per-character attributes with lamport last-writer-wins
Ishaan N Goswami
3w ago+87 -8
60%Typical
more lines added than baseline
14
f0144b66test: property-based convergence under shuffled and duplicated delivery
Ishaan N Goswami
3w ago+102 -0
60%Typical
more lines added than baseline
15
8e11ed44test: local editing, causal delivery, and idempotent re-delivery
Ishaan N Goswami
3w ago+88 -0
53%Typical
more lines added than baseline
16
3a2ac06cfeat: named identity, shareable room link, working connection toggle
Ishaan N Goswami
3w ago+95 -7
50%Typical
more lines added than baseline
17
59d5a354feat: editor shell with formatting toolbar
Ishaan N Goswami
3w ago+79 -362
47%Typical
more lines added than baseline
18
097ccbbafeat: collaborator roster and presence wiring
Ishaan N Goswami
3w ago+67 -21
44%Typical
more lines added than baseline
19
7200d22cfeat: sticky formatting on insert and toolbar-armed stored format
Ishaan N Goswami
3w ago+60 -12
40%Typical
more lines added than baseline
20
cfe56183feat: wire sync into the editor with manual offline toggle
Ishaan N Goswami
3w ago+69 -9
37%Typical
more lines added than baseline
21
00038726feat: id-based caret anchors that survive concurrent remote edits
Ishaan N Goswami
3w ago+39 -5
34%Typical
more lines added than baseline
22
8cda9565feat: operation log and version vector for delta sync
Ishaan N Goswami
3w ago+37 -0
31%Below typical
more lines added than baseline
23
576d9924feat: position-to-id translation for editor integration
Ishaan N Goswami
3w ago+34 -0
27%Below typical
more lines added than baseline
24
cfcad5e1feat: node identity with lamport clock and sibling ordering.
Ishaan N Goswami
3w ago+22 -0
24%Below typical
more lines added than baseline
25
588a7c75chore: deployment config for relay and frontend
Ishaan N Goswami
3w ago+27 -3
21%Below typical
more lines added than baseline
26
98452fb7refactor: expose visible node list for editor position mapping
Ishaan N Goswami
3w ago+12 -3
18%Below typical
more focused than baseline
27
da5fb509feat: expose dom point lookup and post-render hook for overlays
Ishaan N Goswami
3w ago+9 -0
15%Below typical
fewer lines added than baseline
28
6425177cfeat: relay last known cursor to late joiners
Ishaan N Goswami
3w ago+6 -3
11%Below typical
fewer lines added than baseline
29
4ff59cf7feat: deduplicate collaborator names within a room
Ishaan N Goswami
3w ago+6 -1
8%Below typical
fewer lines added than baseline
30
7383deecUpdate test count in README
Ishaan N Goswami
3w ago+3 -3
5%Below typical
fewer lines added than baseline
31
f5106f3bfeat: remote cursor and selection overlay anchored to character ids
Ishaan N Goswami
3w ago+0 -1
2%Below typical
fewer lines added than baseline
  • 2696bd1achore: scaffold vite project with vitest and fast-check
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +1.7K -0
    Risk
    98%Elevated
  • 73129712feat: editorial visual design with color reserved for collaborator presence
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +319 -97
    Risk
    95%Elevated
  • c94a7527docs: algorithm, merge properties, test strategy, and known limitations
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +399 -7
    Risk
    92%Elevated
  • 4fa42210Revise README for clarity and structure
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +202 -267
    Risk
    89%Elevated
  • 5793c198feat: websocket relay with append-only op log, no document state
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +172 -0
    Risk
    79%Elevated
  • 41063d78feat: controlled contenteditable driving all edits through the crdt
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +185 -0
    Risk
    79%Elevated
  • fac973ebfeat: crdt to dom projection with position mapping
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +153 -0
    Risk
    79%Elevated
  • 432d87b8test: concurrent, partial, and out-of-order formatting convergence
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +172 -0
    Risk
    79%Elevated
  • 40b0e94afeat: causal insert and tombstone delete with pending buffer
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +170 -0
    Risk
    79%Elevated
  • 319cfe80test: concurrent scenarios and algebraic merge properties
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +131 -0
    Risk
    69%Elevated
  • 2dbcc006feat: remote cursor and selection overlay anchored to character ids
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +122 -0
    Risk
    66%Typical
  • a6b1cfc6feat: sync client with reconnect backoff and vector-based catch-up
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +108 -0
    Risk
    60%Typical
  • a72537f4feat: per-character attributes with lamport last-writer-wins
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +87 -8
    Risk
    60%Typical
  • f0144b66test: property-based convergence under shuffled and duplicated delivery
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +102 -0
    Risk
    60%Typical
  • 8e11ed44test: local editing, causal delivery, and idempotent re-delivery
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +88 -0
    Risk
    53%Typical
  • 3a2ac06cfeat: named identity, shareable room link, working connection toggle
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +95 -7
    Risk
    50%Typical
  • 59d5a354feat: editor shell with formatting toolbar
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +79 -362
    Risk
    47%Typical
  • 097ccbbafeat: collaborator roster and presence wiring
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +67 -21
    Risk
    44%Typical
  • 7200d22cfeat: sticky formatting on insert and toolbar-armed stored format
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +60 -12
    Risk
    40%Typical
  • cfe56183feat: wire sync into the editor with manual offline toggle
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +69 -9
    Risk
    37%Typical
  • 00038726feat: id-based caret anchors that survive concurrent remote edits
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +39 -5
    Risk
    34%Typical
  • 8cda9565feat: operation log and version vector for delta sync
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +37 -0
    Risk
    31%Below typical
  • 576d9924feat: position-to-id translation for editor integration
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +34 -0
    Risk
    27%Below typical
  • cfcad5e1feat: node identity with lamport clock and sibling ordering.
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +22 -0
    Risk
    24%Below typical
  • 588a7c75chore: deployment config for relay and frontend
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +27 -3
    Risk
    21%Below typical
  • 98452fb7refactor: expose visible node list for editor position mapping
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +12 -3
    Risk
    18%Below typical
  • da5fb509feat: expose dom point lookup and post-render hook for overlays
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +9 -0
    Risk
    15%Below typical
  • 6425177cfeat: relay last known cursor to late joiners
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +6 -3
    Risk
    11%Below typical
  • 4ff59cf7feat: deduplicate collaborator names within a room
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +6 -1
    Risk
    8%Below typical
  • 7383deecUpdate test count in README
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +3 -3
    Risk
    5%Below typical
  • f5106f3bfeat: remote cursor and selection overlay anchored to character ids
    Author
    Ishaan N Goswami
    When
    3w ago
    Lines
    +0 -1
    Risk
    2%Below typical
Showing 31 of 31 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.

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

Size against diffusion

The 31 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.6Diffusion →
Below typical10
Typical11
Elevated10

Commit history for ishaan2510/crdt-editor

ishaan2510/crdt-editor has 31 commits in its history from 1 contributor, the first of them Jul 31, 2026. In the last 90 days 17 files were touched, 37 times in total, most often main.js. Every commit is scored for change risk from its size, spread and the history of the files it touches.