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 stands at 5231 today (out of 10000), essentially stable compared to yesterday (5234, -3 pts / -0.06%). The primary bottleneck remains function complexity, with 884 complex functions across 4881 files. One god file persists and 2 import cycles remain, but no rule violations were detected. Quality has been in a narrow 5220–5235 range for the past week, showing plateau-level stability.
Quality Signal
Metric
Today
Yesterday
7d Trend
Overall
5231
5234
➡️
Coupling score
0.195
0.195
➡️
Cycle count
2
2
➡️
God files
1
1
➡️
Max depth
8
8
➡️
Complex functions
884
882
⬇️
Bottleneck
Current primary bottleneck: complexity — 884 functions exceed cyclomatic or cognitive complexity thresholds. Reducing complexity in large workflow compilation and CLI packages would have the highest impact on the quality signal.
Rules
✅ All rules pass — Quality: 5231
Quality Trend (30 days)
2026-04-29: 5315 (highest in 30-day window)
2026-05-12: 5228 (30-day low)
2026-05-27: 5231 (today)
The trend shows a gradual decline from 5315 (~4 weeks ago) to the current plateau around 5220–5235. The biggest single-week drop occurred between Apr 29 and May 1 (-66 pts), coinciding with rapid file growth (4184 → 4262 files). Since May 12 the signal has stabilised. The coupling score spike (0.04 → 0.195) observed on May 20 remains unresolved.
Recommendations
Reduce function complexity — refactor large functions in pkg/workflow/ and pkg/cli/ (primary bottleneck, 884 complex fns)
Investigate god file — identify and split the single god file to improve modularity
Resolve coupling spike — coupling jumped from ~0.04 to ~0.195 on May 20; investigate cross-module import growth (2506 cross-module edges of 4888 total)
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 stands at 5231 today (out of 10000), essentially stable compared to yesterday (5234, -3 pts / -0.06%). The primary bottleneck remains function complexity, with 884 complex functions across 4881 files. One god file persists and 2 import cycles remain, but no rule violations were detected. Quality has been in a narrow 5220–5235 range for the past week, showing plateau-level stability.
Quality Signal
Bottleneck
Current primary bottleneck: complexity — 884 functions exceed cyclomatic or cognitive complexity thresholds. Reducing complexity in large workflow compilation and CLI packages would have the highest impact on the quality signal.
Rules
✅ All rules pass — Quality: 5231
Quality Trend (30 days)
The trend shows a gradual decline from 5315 (~4 weeks ago) to the current plateau around 5220–5235. The biggest single-week drop occurred between Apr 29 and May 1 (-66 pts), coinciding with rapid file growth (4184 → 4262 files). Since May 12 the signal has stabilised. The coupling score spike (0.04 → 0.195) observed on May 20 remains unresolved.
Recommendations
pkg/workflow/andpkg/cli/(primary bottleneck, 884 complex fns)References: §26482786055
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