Capture Outcome
localnest_capture_outcomeCapture task outcomes and mission summaries to persist knowledge for future agents after completing work or making decisions.
Instructions
[COMPLETE_MISSION] One-call mission summary capture. Use this after completing a task, fixing a bug, or making a major architectural decision to persist the "Winner" state for future agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| title | No | ||
| summary | No | ||
| details | No | ||
| content | No | ||
| event_type | No | task | |
| status | No | completed | |
| kind | No | knowledge | |
| importance | No | ||
| confidence | No | ||
| files_changed | No | ||
| has_tests | No | ||
| tags | No | ||
| links | No | ||
| root_path | No | ||
| project_path | No | ||
| branch_name | No | ||
| topic | No | ||
| feature | No | ||
| nest | No | ||
| branch | No | ||
| source_ref | No | ||
| terse | No | verbose | |
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |