nexo_task_close
Close a protocol task with evidence and optional artifacts. For high-stakes closures, provide work type, stakes, and artifact hash to satisfy gates.
Instructions
Close a protocol task with evidence and optional artifacts.
For high-stakes/irreversible closures (publish stable, broadcast, payment,
force-push, revoke) pass work_type/stakes plus artifact_hash and
last_human_validation_of_artifact_hash (both must match) so the close
gates can be satisfied instead of dead-ending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | ||
| task_id | Yes | ||
| outcome | No | ||
| evidence | No | ||
| files_changed | No | ||
| correction_happened | No | ||
| change_summary | No | ||
| change_why | No | ||
| change_risks | No | ||
| change_verify | No | ||
| triggered_by | No | ||
| followup_needed | No | ||
| followup_id | No | ||
| followup_description | No | ||
| followup_date | No | ||
| followup_verification | No | ||
| followup_reasoning | No | ||
| learning_category | No | ||
| learning_title | No | ||
| learning_content | No | ||
| learning_reasoning | No | ||
| outcome_notes | No | ||
| result | No | ||
| summary | No | ||
| verification | No | ||
| evidence_refs | No | ||
| work_type | No | ||
| stakes | No | ||
| artifact_hash | No | ||
| last_human_validation_of_artifact_hash | No |