Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Turn an ambiguous paper query into a ranked shortlist and clear next steps. Use this when the human starts with a fuzzy title fragment, overloaded term, or vague memory of a paper.
--shortlist-size <n> controls the final shortlist size returned to the human.--relevance-limit <n> controls the first relevance-search pass.--bulk-candidate-limit <n> controls the wider recall pass.--snippet-candidate-limit <n> controls how many preliminary candidates get snippet search.--snippet-limit-per-paper <n> caps snippet evidence gathered for each snippet target.python scripts/run.py ....result.possible_interpretations to see how the query was resolved.result.shortlist for the ranked candidate papers.result.follow_up_actionsoutput_contract.md.TriageResult.to_dict().result.notes captures extra execution notes, and result.considered_candidates shows the rerank breadth.