git:20260807.e01509f to v1.0.0

3 added, 0 removed. Audit A to A.

---
name: claim-label-prediction
description: Judge a three-way SUPPORTS/REFUTES/NOINFO label for an atomic claim, based only on its selected rationale sentences (SciFact's final classification step). Use this after rationale-selection has produced the evidence sentences โ€” this is the terminal step of the SciFact chain, producing the complete (claim, abstract, label, rationale) tuple.
+ version: 1.0.0
+ category: paper-reading
+ type: sop
execution: subagent
prompt: ./prompt.md
input: 'atomic_claim (string), rationale_sentences (list of strings)'
output: 'label (string: "SUPPORTS" | "REFUTES" | "NOINFO")'
dependencies:
sops:
- spawn-agent
---
# Claim Label Prediction
Three-way SUPPORTS/REFUTES/NOINFO label, grounded only in the selected rationale sentences โ€” terminal step of the SciFact 3-chain.
## Execution
Subagent โ€” spawned via spawn-agent skill.
<!-- BEGIN available-tables (generated) -->
## Available SOPs
| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. |
<!-- END available-tables (generated) -->