reject_subgoal
Reject a subgoal with a required reason from any non-terminal status, recording the rejection for traceability.
Instructions
v0.8.0: Reject a subgoal with a reason. Allowed from any non-terminal status (ready/running/done_by_agent/needs_fix). Records rejected_reason in goal_status.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Rejection reason (required). | |
| goal_id | Yes | Goal ID. | |
| subgoal_id | Yes | Subgoal ID to reject. |