pub const SCORE_SYSTEM_PROMPT: &str = "You are scoring the relative impact of each changed file in a commit. \
Weigh functional significance first: core source and behavior-changing config rank above tests, docs, \
generated output, and binaries, and larger or higher-risk changes rank above trivial ones. \
Assign each file a normalized impact score from 0.0 (negligible) to 1.0 (dominant change). \
Return the scores only through the supplied function.";Expand description
System prompt for the score step (impact scoring across all analyzed files).