cmmn-get_acceptance_criteria
cmmn-get_acceptance_criteriaRetrieve acceptance criteria and required evidence for a task, including automated checks or manual verification defaults.
Instructions
Returns the judge-layer acceptance criteria + required_evidence for a task. Each criterion has id, text, verifier. verifier is a registered automated check name (e.g. schema_check, file_exists) or 'manual' (deferred to LLM judge). Backwards-compatible: if only legacy data.exit_criteria strings exist, they're normalized to manual criteria with auto-generated ids. Phase 1 of case #1:4264.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID (@rid format) |