baseline repo characteristics no longer crowd the candidate graph

This commit is contained in:
2026-05-03 00:14:59 +02:00
parent 4672ac6edc
commit 6c4b0e6dcb
7 changed files with 338 additions and 64 deletions

View File

@@ -541,6 +541,19 @@ def render_analysis_diagnostics(
),
)
)
elif capability_count == 0:
notices.append(
(
"warn",
"No domain capabilities were produced.",
(
"The scanner found repository evidence, but only baseline "
"context or weak documentation was available. If this "
"repository should provide concrete capabilities, record an "
"expectation gap for the missing behavior."
),
)
)
elif only_weak_candidates:
notices.append(
(