Skip to content

Commit 8a4792e

Browse files
Merge pull request #174 from SheetMetalConnect/claude/debug-system-check-015M82k6PqGSuUc58jAtr5gk
fix: Simplify metrics widget to show velocity, inception, and LOC
2 parents 0efeffb + 12920d5 commit 8a4792e

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

.github/workflows/update-stats.yml

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,36 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
user: SheetMetalConnect
2121
repo: eryxon-flow
22-
22+
2323
# Output configuration
2424
filename: metrics.svg
2525
output_action: commit
2626
committer_message: "chore: update repository metrics [skip ci]"
27-
28-
# Base metrics
29-
base: header, activity, community, repositories, metadata
30-
31-
# Plugins
27+
28+
# Minimal base - just header with repo info
29+
base: header, repositories
30+
base_indepth: yes
31+
repositories_forks: no
32+
33+
# Isocalendar - visual commit activity
34+
plugin_isocalendar: yes
35+
plugin_isocalendar_duration: full-year
36+
37+
# Lines of code
3238
plugin_lines: yes
3339
plugin_lines_sections: base
3440
plugin_lines_repositories_limit: 1
35-
36-
plugin_traffic: yes
37-
38-
plugin_followup: yes
39-
plugin_followup_sections: repositories
40-
41-
plugin_introduction: yes
42-
plugin_introduction_title: yes
43-
41+
plugin_lines_history_limit: 1
42+
43+
# Commit habits - velocity stats
44+
plugin_habits: yes
45+
plugin_habits_from: 200
46+
plugin_habits_days: 30
47+
plugin_habits_charts: yes
48+
plugin_habits_charts_type: classic
49+
plugin_habits_trim: yes
50+
4451
# Display options
4552
config_timezone: Europe/Vienna
46-
config_display: large
53+
config_display: regular
54+
config_padding: 5%

0 commit comments

Comments
 (0)