pub fn score_from_profile(
profile: &PowCapabilityProfile,
scorer: &PowCapabilityScorer,
) -> PowCapabilityScoreExpand description
Convenience helper: score a profile and wrap the result
in a PowCapabilityScore.
This is the “operator-friendly” path — most callers want
“give me a score I can pass to the policy mapper” and
do not want to assemble the PowCapabilityScore
manually.