pub fn apply_feedback(
store: &Store,
chunk_id: &str,
feedback: Feedback,
) -> Result<FeedbackReport>Expand description
Apply feedback and package the result for display. Thin wrapper around
record_feedback so the CLI and MCP layers don’t each re-derive the
report shape.