log_reasoning_reflection
Log a reasoning cycle's outcome and lesson learned to create a searchable memory, enabling future tasks to reference past successes and failures.
Instructions
Logs the outcome of a reasoning cycle to the memory log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The original task description. | |
| outcome | Yes | The outcome of the task. | |
| learning | Yes | A concise lesson learned from the reasoning cycle. | |
| workspace_path | Yes | The absolute path of the project's workspace directory. | |
| reasoning_ticket_id | Yes | The UUID of the reasoning cycle to complete. |