Run bin/yskill run skills/release and follow every returned operation.
For
agent_task, perform its instruction and return schema-valid JSON.For
ask_user, runnode bin/user-answer.mjs <request-id>and use the returned value as the user's answer.For either kind, write a response file using the values in the current request envelope:
{"run_id":"<run-id>","sequence":1,"request_id":"<request-id>","status":"completed","result":{}}Replace
sequenceandresultwith the current request's sequence and the schema-valid result. Then runbin/yskill resume <run-id> --response <file> --skill skills/release.
Do not run workflow commands yourself. Yield runs them. Do not skip a request, invent an answer, edit the workflow, or use test expectations. End with the terminal status reported by Yield.