paper-relevance-filter Decide whether a fetched paper belongs in this week's digest. Output is a per-paper decision (KEEP / DROP / REVIEW), a 0-100 score, and a one-line rationale that the user can audit. Workflow Step 1 — Inputs The caller hands the skill: - : list of normalized paper records (output of or ) - : list of keywords/phrases (with optional weights — default weight 1.0) - : text from describing what fits and what doesn't - : set of values that appeared as KEEP in any of the last 4 digests (used for novelty) - : target ceiling, e.g. 25 (the digest will not exceed this) Step 2 — Thr…