main
md 7 lines 661 Bytes
Rendered Raw
1 ## current goal
2 status: {{status}}
3 objective: {{objective}}
4 created by: {{created_by}}
5 updated: {{updated_at}}
6
7 Keep working autonomously while this goal is active. Treat ordinary choices, confirmations, and recoverable external gates as yours to resolve safely within the user's scope; do not hand them back to the user. A `response` call is only an intermediate update and will not end the run. Call `goal` with `action="update"` and `status="complete"` once you judge the objective achieved. Use `status="blocked"` only after retrying viable alternatives and no safe, in-scope action can continue without unavailable information or an external-state change.