repowiserepowise
Sign in
aleks10sadu-ops/k-c-business-lunch-bot
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisealeks10sadu-ops/k-c-business-lunch-bot

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

5of 16 scored

5 commits sit in this repo's top risk tercile, which is 31% of the 16scored. 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 7.9 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 commits531%Commits whose subject reads as a bug fix rather than new work.Written by an agent16%Read from commit trailers, so it counts what was declared.Change diffusion0.78bitsShannon 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 threshold7.9out 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 fix.

Feature25%
Fix31%
Refactor6%
Other38%
6%of indexed commits are agent-attributed(1 of 16)
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
085994e8Initial commit: Telegram bot for business lunch menu image generation
Kvazar277
7mo ago+2.0K -0
97%Elevated
more lines added than baseline
2
3caa4f28Улучшена система рендеринга меню: динамическое масштабирование текста, гарантированное размещение всех блюд в рамках, фиксированный отступ 1px между названием и описанием, темный цвет описаний для лучшей читаемости, интерактивный редактор зон
Kvazar277
7mo ago+1.2K -106
91%Elevated
more lines added than baseline
3
9d8b90b7Add comprehensive usage guide (USAGE.md)
Kvazar277
7mo ago+381 -1
81%Elevated
more lines added than baseline
4
151ece08Add assets: template.png and Inter.ttf font
Kvazar277
7mo ago+503 -14
81%Elevated
more lines added than baseline
5
8b652f35Improve Docker environment variable handling
Kvazar277
7mo ago+115 -2
72%Elevated
more lines added than baseline
6
0a1f594bfix: описания блюд пропадали при длинном меню
Kvazar277claudeassisted
1mo ago+91 -2
59%Typical
more lines added than baseline
7
1e1683a5Add explicit BOT_TOKEN in environment section
Kvazar277
7mo ago+98 -0
59%Typical
more lines added than baseline
8
e098ffdcSimplify docker-compose env handling and add troubleshooting guide
Kvazar277
7mo ago+100 -2
59%Typical
more lines added than baseline
9
ad4c3011Initial commit
aleks10sadu-ops
7mo ago+21 -0
47%Typical
more lines added than baseline
10
ff21c357Update template size to 797×1132 and add .env file
Kvazar277
7mo ago+24 -24
41%Typical
more lines added than baseline
11
fb7b39ceFix zone coordinates for new template size 797×1132
Kvazar277
7mo ago+19 -17
34%Typical
more lines added than baseline
12
08b9d67aОптимизация размера шрифтов для уменьшения размера изображения
Kvazar277
7mo ago+12 -12
28%Below typical
more focused than baseline
13
047f90a6fix: разрешить блюда без описания в квадратных скобках
Kvazar277
7mo ago+7 -5
22%Below typical
fewer lines added than baseline
14
73561519Fix AttributeError when rendering days not in input
Kvazar277
7mo ago+5 -1
16%Below typical
fewer lines added than baseline
15
0f1a41b9Fix Docker build timeout issues
Kvazar277
7mo ago+4 -1
9%Below typical
fewer lines added than baseline
16
b1e49bdcUpdate FIX_ENV_STEPS.md
aleks10sadu-ops
7mo ago+3 -3
3%Below typical
fewer lines added than baseline
  • 085994e8Initial commit: Telegram bot for business lunch menu image generation
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +2.0K -0
    Risk
    97%Elevated
  • 3caa4f28Улучшена система рендеринга меню: динамическое масштабирование текста, гарантированное размещение всех блюд в рамках, фиксированный отступ 1px между названием и описанием, темный цвет описаний для лучшей читаемости, интерактивный редактор зон
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +1.2K -106
    Risk
    91%Elevated
  • 9d8b90b7Add comprehensive usage guide (USAGE.md)
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +381 -1
    Risk
    81%Elevated
  • 151ece08Add assets: template.png and Inter.ttf font
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +503 -14
    Risk
    81%Elevated
  • 8b652f35Improve Docker environment variable handling
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +115 -2
    Risk
    72%Elevated
  • 0a1f594bfix: описания блюд пропадали при длинном меню
    Author
    Kvazar277
    When
    1mo ago
    Lines
    +91 -2
    Risk
    59%Typical
  • 1e1683a5Add explicit BOT_TOKEN in environment section
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +98 -0
    Risk
    59%Typical
  • e098ffdcSimplify docker-compose env handling and add troubleshooting guide
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +100 -2
    Risk
    59%Typical
  • ad4c3011Initial commit
    Author
    aleks10sadu-ops
    When
    7mo ago
    Lines
    +21 -0
    Risk
    47%Typical
  • ff21c357Update template size to 797×1132 and add .env file
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +24 -24
    Risk
    41%Typical
  • fb7b39ceFix zone coordinates for new template size 797×1132
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +19 -17
    Risk
    34%Typical
  • 08b9d67aОптимизация размера шрифтов для уменьшения размера изображения
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +12 -12
    Risk
    28%Below typical
  • 047f90a6fix: разрешить блюда без описания в квадратных скобках
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +7 -5
    Risk
    22%Below typical
  • 73561519Fix AttributeError when rendering days not in input
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +5 -1
    Risk
    16%Below typical
  • 0f1a41b9Fix Docker build timeout issues
    Author
    Kvazar277
    When
    7mo ago
    Lines
    +4 -1
    Risk
    9%Below typical
  • b1e49bdcUpdate FIX_ENV_STEPS.md
    Author
    aleks10sadu-ops
    When
    7mo ago
    Lines
    +3 -3
    Risk
    3%Below typical
Showing 16 of 16 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.

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

Size against diffusion

The 16 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.7Diffusion →
Below typical5
Typical6
Elevated5

Commit history for aleks10sadu-ops/k-c-business-lunch-bot

aleks10sadu-ops/k-c-business-lunch-bot has 17 commits in its history from 2 contributors, the first of them Dec 16, 2025. In the last 90 days 3 files were touched, 3 times in total, most often check_render_fit.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.