Check goal
check_goalEvaluate whether the active goal is fully met by providing a summary of work; returns done status or the specific gap to address next.
Instructions
Evaluate whether the active goal is fully met. Call at the end of every turn with a concrete summary of the work just done. Returns done=true when finished, or done=false plus the specific gap to address next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session identifier returned by set_goal. | |
| summary | Yes | Concrete summary of this turn's work: commands run, files changed, test results. |