Description
trace_extractor.rs:76 hardcodes dedup_threshold = 0.90 instead of reading from SkillsConfig.dedup_threshold which already exists.
Expected Behavior
TraceExtractor reads dedup_threshold from SkillsConfig so operators can tune the dedup zone without recompiling.
Actual Behavior
dedup_threshold is hardcoded to 0.90.
Found in
Code review of #4447 / PR feat/issue-4447/autoskill-a1-a2.
Description
trace_extractor.rs:76hardcodesdedup_threshold = 0.90instead of reading fromSkillsConfig.dedup_thresholdwhich already exists.Expected Behavior
TraceExtractorreadsdedup_thresholdfromSkillsConfigso operators can tune the dedup zone without recompiling.Actual Behavior
dedup_thresholdis hardcoded to0.90.Found in
Code review of #4447 / PR feat/issue-4447/autoskill-a1-a2.