Classify static and smart crates
This commit is contained in:
@@ -8,10 +8,11 @@ but an opaque blended score would imply confidence the current data cannot suppo
|
||||
## Architecture
|
||||
|
||||
The health engine produces an immutable report from the core `Library`. Its score
|
||||
is only the percentage of crate references resolved by exact filename. The report
|
||||
also exposes missing references, unique missing filenames, duplicate filename
|
||||
groups, extra duplicate files, unused tracks, and missing references with matching
|
||||
candidates.
|
||||
is only the percentage of non-dynamic crate references resolved by exact filename.
|
||||
Smart-crate references are counted but excluded because their contents are derived
|
||||
from rules. The report also exposes missing references, unique missing filenames,
|
||||
duplicate filename groups, extra duplicate files, unused tracks, and missing
|
||||
references with matching candidates.
|
||||
|
||||
Duplicate, unused, and candidate counts are informational. They do not affect the
|
||||
score until the project has a documented and validated weighting policy. An empty
|
||||
|
||||
Reference in New Issue
Block a user