apply_fit_check_to_labels
Convert fit-check sidecar decisions into paper labels and persist apply decisions before pruning. Tag papers in a specified cluster.
Instructions
Convert fit-check sidecar decisions into paper labels.
Persists fit_check_apply decisions before pruning.
When to use: after accepted and rejected sidecars are written.
When NOT to use: to score candidates; use fit_check_apply instead.
Args: cluster_slug: cluster whose sidecars and notes are used.
Returns: keys tagged, already, missing, error.
Example:
>>> apply_fit_check_to_labels("my-topic")
{"tagged": ["paper-1"]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||