pub fn compute_novelty_score(
patch: &StructuredPatch,
store: &ForgeStore,
question_sig: &str,
config: &ForgeConfig,
) -> ForgeResult<f64>Expand description
Compute raw novelty score from strategy tags and recent traces.
Returns a raw score in [0.0, 1.0]. Task weights are NOT applied here.