confirm
Validate and optionally replace criteria for a build run. Returns the kickoff prompt for the Looping Agent.
Instructions
Manager confirms the criteria, optionally REPLACING them with the project's real checks, then returns the kickoff prompt.
If edited_criteria is given it becomes the authoritative final list. Each item
is {id?, text, oracle_type, oracle} where oracle_type is "command" (a shell
command that exits 0 on success), "browser" (a flow the agent proves), or
"manual". An item whose id matches a proposed criterion patches it (and
re-arms it for checking); any other item is added new. This is how you point a
criterion at YOUR stack — e.g. {"text":"build passes","oracle_type":"command",
"oracle":"cargo build"}. Returns {error, details} if a criterion is malformed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edited_criteria | No |