You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase quality signal holds steady at 5237 today, unchanged from yesterday and up slightly from 5231 seven days ago. All architectural rules pass with zero violations. The primary bottleneck remains complexity (complex functions count), which has been consistently the dominant concern across the past 30+ days.
Quality Signal
Metric
Today
Yesterday
7d Trend
Overall
5237
5237
➡️ Stable
Coupling
0.189
0.189
➡️ Stable
Cycles
2
2
➡️ Stable
God Files
2
2
➡️ Stable
Max Depth
8
8
➡️ Stable
Complex Functions
895
895
⬆️ Slight drop
Bottleneck
Current primary bottleneck: complexity — The number of complex functions (895) is the main drag on quality. Reducing cyclomatic complexity in high-complexity files (breaking large functions, extracting helpers) would directly improve this score.
Rules
✅ All rules pass — Quality: 5237
Quality Trend (30 days)
Over the last 30 days the quality signal has been remarkably stable, ranging between 5222 (2026-05-22) and 5237 (today, also 2026-06-02). The biggest single-day drop occurred around 2026-05-20 when coupling spiked from ~0.04 to ~0.195, likely due to a significant architectural change. Since then the signal has hovered in the 5222–5237 range.
Highest: 5315 (2026-04-29)
Lowest: 5222 (2026-05-22)
Current direction: ➡️ Stable / slight upward tick
Files analyzed today: 5057 (up from 5030 yesterday)
Recommendations
Reduce complex functions — The count of 895 complex functions is the primary bottleneck. Target the top 10 most complex files for refactoring (break down large functions, extract well-named helpers).
Address coupling spike — Coupling jumped from ~0.04 to ~0.19 around 2026-05-20 and has remained elevated. Review recent architectural changes that introduced cross-module dependencies and consider introducing interfaces or narrowing import surfaces.
Reduce god files — There are currently 2 god files. Review and split responsibilities to improve modularity and testability.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The codebase quality signal holds steady at 5237 today, unchanged from yesterday and up slightly from 5231 seven days ago. All architectural rules pass with zero violations. The primary bottleneck remains complexity (complex functions count), which has been consistently the dominant concern across the past 30+ days.
Quality Signal
Bottleneck
Current primary bottleneck: complexity — The number of complex functions (895) is the main drag on quality. Reducing cyclomatic complexity in high-complexity files (breaking large functions, extracting helpers) would directly improve this score.
Rules
✅ All rules pass — Quality: 5237
Quality Trend (30 days)
Over the last 30 days the quality signal has been remarkably stable, ranging between 5222 (2026-05-22) and 5237 (today, also 2026-06-02). The biggest single-day drop occurred around 2026-05-20 when coupling spiked from ~0.04 to ~0.195, likely due to a significant architectural change. Since then the signal has hovered in the 5222–5237 range.
Recommendations
References: §26856049392
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.sentrux.devSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions