curate_queue
Categorizes job queue entries as fit-ranked active or parked with an auditable reason, allowing human review and restoration of parked roles.
Instructions
Triage the discovery queue into a fit-ranked active set and a parked set.
Runs the curation pass over up to limit queue entries with the given queue
status: every job is either KEPT with a fit score (active, ranked best-match
first, so the loop applies to the strongest open role next) or PARKED with an
auditable reason (off-lane, over-level, non-US, onsite-hybrid, model-training,
excluded, already-applied, hard-skill-gap, ...). Already-applied detection uses
the ledger's company and ATS-org slugs. Nothing is discarded; parked roles keep
their reason so a human can review or restore them. Returns {active, parked,
counts}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | todo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||