decision_card_infer_status
Infer decision status from a rubric: any fail becomes rejected-with-remediation; any partial or pass-with-condition becomes approved-with-conditions; all pass becomes approved; empty or all n/a becomes pending.
Instructions
Given a rubric, infer the right decision.status. Mirrors procurement-decision-api's rubric engine: any 'fail' -> 'rejected-with-remediation'; any 'partial' or 'pass-with-condition' -> 'approved-with-conditions'; all 'pass' -> 'approved'; empty or all 'n/a' -> 'pending'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rubric | Yes |