repowiserepowise
Sign in
yusufb5/asciline
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseyusufb5/asciline

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

48of 145 scored

48 commits sit in this repo's top risk tercile, which is 33% of the 145scored. 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 5.7 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 commits2417%Commits whose subject reads as a bug fix rather than new work.Written by an agent11%Read from commit trailers, so it counts what was declared.Change diffusion0.36bitsShannon 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 threshold5.7out 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 other-led, now leaning docs.

Feature23%
Fix16%
Refactor6%
Docs35%
Test3%
Deps2%
Chore3%
Other13%
1%of indexed commits are agent-attributed(1 of 145)
cursor (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
16829251feat(static): optimize VOD player performance and restore RLE
YusufB5
2w ago+907 -8
99%Elevated
more lines added than baseline
2
7cd84b65Initial commit: ASCILINE Engine - Modular & Optimized
YusufB5
2mo ago+1.0K -0
99%Elevated
more lines added than baseline
3
5e64c139Add static Studio: in-browser drag-and-drop .ascf compiler + player
Marius Yvard
2w ago+458 -0
98%Elevated
more lines added than baseline
4
236ee68cFeat: Webcam streaming, UI overhaul,filter updates and performance optimization
YusufB5
3w ago+623 -43
98%Elevated
more lines added than baseline
5
bfbf9463feat(#5): play YouTube/yt-dlp URLs and playlists, rebased on new pipeline
Nate
1mo ago+615 -4
98%Elevated
more lines added than baseline
6
c9017532feat(static): RAM-less streaming, drag & drop, ASC2 v2 header with total duration
YusufB5
1w ago+320 -25
96%Elevated
more lines added than baseline
7
a253c175feat: polished player UI for live mode (hover thumbnails, skip, responsive)
Shaku-Med
1mo ago+360 -69
96%Elevated
more lines added than baseline
8
e3f28291feat: adaptive raw/zlib/delta frame codec (opt-in, backward compatible)
Nate
1mo ago+478 -10
96%Elevated
more lines added than baseline
9
d62b316dStatic player UI fixes and Numpy RLE compiler optimization
YusufB5
2w ago+436 -126
93%Elevated
more lines added than baseline
10
8b31a745feat: Add auto-scaling rows, pixel mode flag, and command loop
YusufB5
1mo ago+304 -65
93%Elevated
more lines added than baseline
11
2043a7bbfeat: add invisible selection layer, audio streaming, and updated manifesto for pure performance mode
YusufB5
2mo ago+396 -244
93%Elevated
more lines added than baseline
12
b262b73eAdd opt-in lossy DCT compression profile (tag 4)
Marius Yvard
2w ago+288 -8
92%Elevated
more lines added than baseline
13
f23ea110Add UI Pixel Mode soft-reload, optimize async seek, and refine warmup logic
YusufB5
1w ago+247 -63
91%Elevated
more lines added than baseline
14
d9480e9ffeat: server-side frame dropping under client backpressure (#30)
Nate
1mo ago+238 -0
91%Elevated
more lines added than baseline
15
5fad7c5afeat: server-side volume control feature added, playlist & folder video management
YusufB5
1mo ago+344 -101
91%Elevated
more lines added than baseline
16
e7584233feat: Core engine V2 (A/V Sync, Zero-Copy Pixel, FPS Decimation) & CLI shortcuts
YusufB5
1mo ago+257 -65
89%Elevated
more lines added than baseline
17
9a81f2f2Revise README for clarity and detail
SteadyW
2w ago+154 -172
88%Elevated
more lines added than baseline
18
844db120test: live end-to-end test for backpressure frame dropping (#30)
Nate
1mo ago+150 -0
88%Elevated
more lines added than baseline
19
27aeca9dfeat: Add seek bar, pause/resume, and optimize async audio streaming
YusufB5
1mo ago+220 -43
88%Elevated
more lines added than baseline
20
c48ee88bAdd files via upload
SteadyW
1mo ago+155 -0
86%Elevated
more lines added than baseline
21
95a30296docs: Update README with strategic vision, translate comments to English, add custom MIT License
YusufB5
2mo ago+155 -109
86%Elevated
more lines added than baseline
22
743e6e93test: cover the scrub sprite endpoint (hover thumbnails)
Shaku-Med
1mo ago+118 -0
85%Elevated
more lines added than baseline
23
426abefffeat: Add YouTube background pre-fetching and LRU garbage collection
YusufB5
1mo ago+111 -4
84%Elevated
more lines added than baseline
24
dfabccceRefactor: Move compiler.py to root and add CONTRIBUTING.md
YusufB5
6d ago+144 -17
83%Elevated
more lines added than baseline
25
23325c67A/V Sync and Performance Overhaul
YusufB5
1w ago+108 -28
83%Elevated
more lines added than baseline
26
479d9aa8Profile: allocation-free decoder hot path, vectorised encoder
Marius Yvard
2w ago+111 -65
83%Elevated
more lines added than baseline
27
83236334feat(static_player): Enhance studio and compiler UX, fix memory leaks
YusufB5
1w ago+95 -6
82%Elevated
more lines added than baseline
28
444334cffeat: added pause mechanism and updated user interface
YusufB5
1mo ago+85 -2
81%Elevated
more lines added than baseline
29
58626d76fix(#7): anchor the audio master clock so it never jumps backward (startup freeze)
Nate
1mo ago+78 -3
80%Elevated
more lines added than baseline
30
984285c3Keep the profile vectors in the standard vectors/<name>/ layout
Marius Yvard
2w ago+60 -29
79%Elevated
more lines added than baseline
31
524d66bePerformance Overhaul: Thread-pool decode, zero-copy pixel mode, and GPU seekbar UI
YusufB5
1mo ago+90 -69
79%Elevated
more lines added than baseline
32
4cc8d378feat: Persist volume and filter preferences in localStorage
Cyrene
1d ago+58 -13
78%Elevated
more lines added than baseline
33
ad7895b0feat: activate adaptive codec in app.js and add debug flags
YusufB5
1mo ago+56 -9
78%Elevated
more lines added than baseline
34
a0b3a4bcCI: Add GitHub Actions workflow with manual trigger
YusufB5
6d ago+58 -0
77%Elevated
more lines added than baseline
35
7071f2b4feat: apply security, audio session, and ffmpeg zombie fixes
YusufB5
1mo ago+52 -11
76%Elevated
more lines added than baseline
36
05cc6ebdfix(studio): add compilation limits and safety nets
YusufB5
2w ago+42 -6
76%Elevated
more lines added than baseline
37
6047f8edfix(ytdl): instant cache hits via URL id regex + force playlist expansion
Nate
1mo ago+38 -3
75%Elevated
more lines added than baseline
38
51d0fbd2Feat: Integrate logo.py into compilers and fix Windows unicode issues
YusufB5
23h ago+42 -27
73%Elevated
more lines added than baseline
39
d3dac49aUpdate README with mode changes and clarifications
SteadyW
1w ago+37 -25
73%Elevated
more lines added than baseline
40
a36bdc06fix(codec.js): add RLE_FULL decoder (tag 3) to root codec to match static_player and Python encoder
The_Stallion
2w ago+35 -2
73%Elevated
more lines added than baseline
41
ab514cdebuild: add pyproject.toml with optional yt-dlp extra solving issue 49
Pichuelectricocursorassisted
1d ago+35 -1
72%Elevated
more lines added than baseline
42
62b4c5e3Enhance README with Table of Contents and Troubleshooting
SteadyW
1w ago+36 -0
72%Elevated
more lines added than baseline
43
1a9f3679Revise audio support and add webcam streaming details
SteadyW
3w ago+33 -3
71%Elevated
more lines added than baseline
44
2e175cb0fix(app): fix delta race condition and remove audio gate for smoother startup
YusufB5
2w ago+29 -35
70%Elevated
more lines added than baseline
45
cd5914edUpdate README.md
SteadyW
2w ago+30 -0
69%Elevated
more lines added than baseline
46
211bf864fix: improve Windows terminal compatibility and SIGINT handling
YusufB5
4d ago+26 -22
68%Elevated
more lines added than baseline
47
e7002173Improve error handling and translate messages to English
YusufB5
2mo ago+26 -8
68%Elevated
more lines added than baseline
48
b2cf6b7bFix: Comprehensive webcam optimization (Zero-Latency mode, pacing drift fix, and pause locks)
YusufB5
3d ago+30 -13
67%Elevated
more lines added than baseline
49
07635518docs: Add RAM limits warning to Studio UI, enhance compiler path resolution
YusufB5
1w ago+22 -3
66%Typical
more lines added than baseline
50
0df68b97feat: yt-dlp support added and playback issues fixed
YusufB5
1mo ago+28 -9
66%Typical
more lines added than baseline
  • 16829251feat(static): optimize VOD player performance and restore RLE
    Author
    YusufB5
    When
    2w ago
    Lines
    +907 -8
    Risk
    99%Elevated
  • 7cd84b65Initial commit: ASCILINE Engine - Modular & Optimized
    Author
    YusufB5
    When
    2mo ago
    Lines
    +1.0K -0
    Risk
    99%Elevated
  • 5e64c139Add static Studio: in-browser drag-and-drop .ascf compiler + player
    Author
    Marius Yvard
    When
    2w ago
    Lines
    +458 -0
    Risk
    98%Elevated
  • 236ee68cFeat: Webcam streaming, UI overhaul,filter updates and performance optimization
    Author
    YusufB5
    When
    3w ago
    Lines
    +623 -43
    Risk
    98%Elevated
  • bfbf9463feat(#5): play YouTube/yt-dlp URLs and playlists, rebased on new pipeline
    Author
    Nate
    When
    1mo ago
    Lines
    +615 -4
    Risk
    98%Elevated
  • c9017532feat(static): RAM-less streaming, drag & drop, ASC2 v2 header with total duration
    Author
    YusufB5
    When
    1w ago
    Lines
    +320 -25
    Risk
    96%Elevated
  • a253c175feat: polished player UI for live mode (hover thumbnails, skip, responsive)
    Author
    Shaku-Med
    When
    1mo ago
    Lines
    +360 -69
    Risk
    96%Elevated
  • e3f28291feat: adaptive raw/zlib/delta frame codec (opt-in, backward compatible)
    Author
    Nate
    When
    1mo ago
    Lines
    +478 -10
    Risk
    96%Elevated
  • d62b316dStatic player UI fixes and Numpy RLE compiler optimization
    Author
    YusufB5
    When
    2w ago
    Lines
    +436 -126
    Risk
    93%Elevated
  • 8b31a745feat: Add auto-scaling rows, pixel mode flag, and command loop
    Author
    YusufB5
    When
    1mo ago
    Lines
    +304 -65
    Risk
    93%Elevated
  • 2043a7bbfeat: add invisible selection layer, audio streaming, and updated manifesto for pure performance mode
    Author
    YusufB5
    When
    2mo ago
    Lines
    +396 -244
    Risk
    93%Elevated
  • b262b73eAdd opt-in lossy DCT compression profile (tag 4)
    Author
    Marius Yvard
    When
    2w ago
    Lines
    +288 -8
    Risk
    92%Elevated
  • f23ea110Add UI Pixel Mode soft-reload, optimize async seek, and refine warmup logic
    Author
    YusufB5
    When
    1w ago
    Lines
    +247 -63
    Risk
    91%Elevated
  • d9480e9ffeat: server-side frame dropping under client backpressure (#30)
    Author
    Nate
    When
    1mo ago
    Lines
    +238 -0
    Risk
    91%Elevated
  • 5fad7c5afeat: server-side volume control feature added, playlist & folder video management
    Author
    YusufB5
    When
    1mo ago
    Lines
    +344 -101
    Risk
    91%Elevated
  • e7584233feat: Core engine V2 (A/V Sync, Zero-Copy Pixel, FPS Decimation) & CLI shortcuts
    Author
    YusufB5
    When
    1mo ago
    Lines
    +257 -65
    Risk
    89%Elevated
  • 9a81f2f2Revise README for clarity and detail
    Author
    SteadyW
    When
    2w ago
    Lines
    +154 -172
    Risk
    88%Elevated
  • 844db120test: live end-to-end test for backpressure frame dropping (#30)
    Author
    Nate
    When
    1mo ago
    Lines
    +150 -0
    Risk
    88%Elevated
  • 27aeca9dfeat: Add seek bar, pause/resume, and optimize async audio streaming
    Author
    YusufB5
    When
    1mo ago
    Lines
    +220 -43
    Risk
    88%Elevated
  • c48ee88bAdd files via upload
    Author
    SteadyW
    When
    1mo ago
    Lines
    +155 -0
    Risk
    86%Elevated
  • 95a30296docs: Update README with strategic vision, translate comments to English, add custom MIT License
    Author
    YusufB5
    When
    2mo ago
    Lines
    +155 -109
    Risk
    86%Elevated
  • 743e6e93test: cover the scrub sprite endpoint (hover thumbnails)
    Author
    Shaku-Med
    When
    1mo ago
    Lines
    +118 -0
    Risk
    85%Elevated
  • 426abefffeat: Add YouTube background pre-fetching and LRU garbage collection
    Author
    YusufB5
    When
    1mo ago
    Lines
    +111 -4
    Risk
    84%Elevated
  • dfabccceRefactor: Move compiler.py to root and add CONTRIBUTING.md
    Author
    YusufB5
    When
    6d ago
    Lines
    +144 -17
    Risk
    83%Elevated
  • 23325c67A/V Sync and Performance Overhaul
    Author
    YusufB5
    When
    1w ago
    Lines
    +108 -28
    Risk
    83%Elevated
  • 479d9aa8Profile: allocation-free decoder hot path, vectorised encoder
    Author
    Marius Yvard
    When
    2w ago
    Lines
    +111 -65
    Risk
    83%Elevated
  • 83236334feat(static_player): Enhance studio and compiler UX, fix memory leaks
    Author
    YusufB5
    When
    1w ago
    Lines
    +95 -6
    Risk
    82%Elevated
  • 444334cffeat: added pause mechanism and updated user interface
    Author
    YusufB5
    When
    1mo ago
    Lines
    +85 -2
    Risk
    81%Elevated
  • 58626d76fix(#7): anchor the audio master clock so it never jumps backward (startup freeze)
    Author
    Nate
    When
    1mo ago
    Lines
    +78 -3
    Risk
    80%Elevated
  • 984285c3Keep the profile vectors in the standard vectors/<name>/ layout
    Author
    Marius Yvard
    When
    2w ago
    Lines
    +60 -29
    Risk
    79%Elevated
  • 524d66bePerformance Overhaul: Thread-pool decode, zero-copy pixel mode, and GPU seekbar UI
    Author
    YusufB5
    When
    1mo ago
    Lines
    +90 -69
    Risk
    79%Elevated
  • 4cc8d378feat: Persist volume and filter preferences in localStorage
    Author
    Cyrene
    When
    1d ago
    Lines
    +58 -13
    Risk
    78%Elevated
  • ad7895b0feat: activate adaptive codec in app.js and add debug flags
    Author
    YusufB5
    When
    1mo ago
    Lines
    +56 -9
    Risk
    78%Elevated
  • a0b3a4bcCI: Add GitHub Actions workflow with manual trigger
    Author
    YusufB5
    When
    6d ago
    Lines
    +58 -0
    Risk
    77%Elevated
  • 7071f2b4feat: apply security, audio session, and ffmpeg zombie fixes
    Author
    YusufB5
    When
    1mo ago
    Lines
    +52 -11
    Risk
    76%Elevated
  • 05cc6ebdfix(studio): add compilation limits and safety nets
    Author
    YusufB5
    When
    2w ago
    Lines
    +42 -6
    Risk
    76%Elevated
  • 6047f8edfix(ytdl): instant cache hits via URL id regex + force playlist expansion
    Author
    Nate
    When
    1mo ago
    Lines
    +38 -3
    Risk
    75%Elevated
  • 51d0fbd2Feat: Integrate logo.py into compilers and fix Windows unicode issues
    Author
    YusufB5
    When
    23h ago
    Lines
    +42 -27
    Risk
    73%Elevated
  • d3dac49aUpdate README with mode changes and clarifications
    Author
    SteadyW
    When
    1w ago
    Lines
    +37 -25
    Risk
    73%Elevated
  • a36bdc06fix(codec.js): add RLE_FULL decoder (tag 3) to root codec to match static_player and Python encoder
    Author
    The_Stallion
    When
    2w ago
    Lines
    +35 -2
    Risk
    73%Elevated
  • ab514cdebuild: add pyproject.toml with optional yt-dlp extra solving issue 49
    Author
    Pichuelectrico
    When
    1d ago
    Lines
    +35 -1
    Risk
    72%Elevated
  • 62b4c5e3Enhance README with Table of Contents and Troubleshooting
    Author
    SteadyW
    When
    1w ago
    Lines
    +36 -0
    Risk
    72%Elevated
  • 1a9f3679Revise audio support and add webcam streaming details
    Author
    SteadyW
    When
    3w ago
    Lines
    +33 -3
    Risk
    71%Elevated
  • 2e175cb0fix(app): fix delta race condition and remove audio gate for smoother startup
    Author
    YusufB5
    When
    2w ago
    Lines
    +29 -35
    Risk
    70%Elevated
  • cd5914edUpdate README.md
    Author
    SteadyW
    When
    2w ago
    Lines
    +30 -0
    Risk
    69%Elevated
  • 211bf864fix: improve Windows terminal compatibility and SIGINT handling
    Author
    YusufB5
    When
    4d ago
    Lines
    +26 -22
    Risk
    68%Elevated
  • e7002173Improve error handling and translate messages to English
    Author
    YusufB5
    When
    2mo ago
    Lines
    +26 -8
    Risk
    68%Elevated
  • b2cf6b7bFix: Comprehensive webcam optimization (Zero-Latency mode, pacing drift fix, and pause locks)
    Author
    YusufB5
    When
    3d ago
    Lines
    +30 -13
    Risk
    67%Elevated
  • 07635518docs: Add RAM limits warning to Studio UI, enhance compiler path resolution
    Author
    YusufB5
    When
    1w ago
    Lines
    +22 -3
    Risk
    66%Typical
  • 0df68b97feat: yt-dlp support added and playback issues fixed
    Author
    YusufB5
    When
    1mo ago
    Lines
    +28 -9
    Risk
    66%Typical
Showing 50 of 145 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.

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

Size against diffusion

The 145 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.03.0Diffusion →
Below typical49
Typical48
Elevated48

Commit history for yusufb5/asciline

yusufb5/asciline has 160 commits in its history from 10 contributors, the first of them May 2, 2026. In the last 90 days 24 files were touched, 115 times in total, most often stream_server.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.