baseline repo characteristics no longer crowd the candidate graph
This commit is contained in:
parent
4672ac6edc
commit
6c4b0e6dcb
7 changed files with 338 additions and 64 deletions
|
|
@ -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(
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue