marrow_evaluate_completion_contract
Assess if an agent has sufficient evidence to mark work done. Returns a verdict of complete, missing_proof, review_required, or blocked, listing missing proof fields to prevent premature completion.
Instructions
Evaluate whether an agent has enough proof to mark work complete. Returns complete, missing_proof, review_required, or blocked with missing proof fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action/workflow being completed, e.g. deploy, publish, db_migration, hermes_goal. | |
| evidence | No | Non-sensitive proof fields already collected. | |
| risk_level | No | Optional risk override. | |
| workflow_type | No | Optional workflow type if action is not supplied. |