Add documentation explaining how CCE's confidence scorer works.
Why: The README mentions "a confidence scorer blends similarity (50%), keyword match (30%), and recency (20%)" but there's no deeper explanation for users who want to understand or tune retrieval quality.
Steps:
- Read the scorer implementation in
src/context_engine/
- Document the algorithm in
docs/wiki/Confidence-Scoring.md
- Cover: inputs, weight formula, how scores map to results ordering, and how
confidence_threshold config works
- Add a link from the existing How It Works wiki page
Keep it concise. A diagram or formula would be helpful but not required.
Add documentation explaining how CCE's confidence scorer works.
Why: The README mentions "a confidence scorer blends similarity (50%), keyword match (30%), and recency (20%)" but there's no deeper explanation for users who want to understand or tune retrieval quality.
Steps:
src/context_engine/docs/wiki/Confidence-Scoring.mdconfidence_thresholdconfig worksKeep it concise. A diagram or formula would be helpful but not required.