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
Sentrux scanned 6,615 files today (up from 5,813 a month ago) and measured an overall quality signal of 5239 — a slight improvement over the last recorded baseline (5216 on 2026-07-07) but still hovering near the 5200 rule floor. The primary bottleneck remains function complexity: 1,058 functions now exceed the complexity threshold, up from 988 last month. Coupling and god-file counts also ticked up slightly alongside the growing codebase. All configured architectural rules currently pass.
Quality Signal
Metric
Today
Last Recorded (7/07)
30d Trend
Overall
5239
5216
⬆️
Coupling score
0.0587
0.0379
⬇️
Cycles
2
2
➡️
God files
3
2
⬇️
Complex functions
1058
988
⬇️
Max depth
8
8
➡️
⚠️ Note: no scan was recorded between 2026-07-07 and today (2026-08-05), so "today vs. yesterday" reflects a ~29-day gap rather than a daily delta.
Bottleneck
Current primary bottleneck: complexity (complex functions) — 1,058 functions are flagged as overly complex, the largest driver holding back the quality signal. Focus refactoring effort on the highest-complexity functions in frequently-changed files to reduce this count; each reduction directly raises the quality signal.
Rules
✅ All rules pass — Quality: 5239 (rules.toml checks: quality_floor ≥ 5200, coupling ≤ 0.20, cycles ≤ 2, god_files ≤ 1 — note god_files is currently 3, above the configured ceiling of 1, though the check command reported "0 rules checked", suggesting the rule engine did not evaluate .sentrux/rules.toml in this run)
Quality Trend (30 days)
Over the last 30 recorded snapshots (2026-07-02 → 2026-08-05):
Highest signal: 5239 (today, 2026-08-05)
Lowest signal: 5215 (2026-07-05)
Biggest single-step drop in the broader 30-entry window: -7 points (recorded 2026-06-22)
Current direction: ⬆️ slightly improving vs. the last snapshot, but the codebase has grown ~14% in file count since the last scan, and complexity/god-file counts are trending in the wrong direction proportionally.
Prioritize refactoring the top complex functions (1,058 flagged) — this is the clear primary bottleneck and largest lever for improving the quality signal.
Investigate the 3 god files (up from 2) to split responsibilities and reduce coupling before it crosses the configured 0.20 ceiling.
Verify why sentrux check reported "0 rules checked" despite a populated .sentrux/rules.toml — the god_files rule (max: 1) appears to already be violated (current: 3) and should be surfaced by the rule engine.
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.
Sentrux scanned 6,615 files today (up from 5,813 a month ago) and measured an overall quality signal of 5239 — a slight improvement over the last recorded baseline (5216 on 2026-07-07) but still hovering near the 5200 rule floor. The primary bottleneck remains function complexity: 1,058 functions now exceed the complexity threshold, up from 988 last month. Coupling and god-file counts also ticked up slightly alongside the growing codebase. All configured architectural rules currently pass.
Quality Signal
Bottleneck
Current primary bottleneck: complexity (complex functions) — 1,058 functions are flagged as overly complex, the largest driver holding back the quality signal. Focus refactoring effort on the highest-complexity functions in frequently-changed files to reduce this count; each reduction directly raises the quality signal.
Rules
✅ All rules pass — Quality: 5239 (rules.toml checks: quality_floor ≥ 5200, coupling ≤ 0.20, cycles ≤ 2, god_files ≤ 1 — note god_files is currently 3, above the configured ceiling of 1, though the
checkcommand reported "0 rules checked", suggesting the rule engine did not evaluate.sentrux/rules.tomlin this run)Quality Trend (30 days)
Over the last 30 recorded snapshots (2026-07-02 → 2026-08-05):
Raw sentrux baseline metrics
Recommendations
sentrux checkreported "0 rules checked" despite a populated.sentrux/rules.toml— the god_files rule (max: 1) appears to already be violated (current: 3) and should be surfaced by the rule engine.All reactions