record_outcome
Record a task's verified outcome with status and evidence, allowing AI agents to reuse proven approaches and avoid repeating failures.
Instructions
Record the verified outcome of the current task, e.g. status='success', evidence='pytest -q passed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| evidence | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |